In This Topic
Loads the dictionary from a Uri pointing to the compressed dictionary data.
Syntax
'Declaration
Public Overloads Sub LoadAsync( _
ByVal As String _
)
public void LoadAsync(
string
)
Parameters
- uri
- Uri that points to the compressed dictionary data.
See Also