| Visual Basic (Declaration) | |
|---|---|
Public Overloads Shared Function LoadAsync( _ ByVal webmap As WebMap, _ ByVal arcGISPortal As ArcGISPortal, _ ByVal cancellationToken As CancellationToken, _ Optional ByVal bingKey As String, _ Optional ByVal proxyUrl As String _ ) As Task(Of WebMapViewModel) | |
| C# | |
|---|---|
public static Task<WebMapViewModel> LoadAsync( WebMap webmap, ArcGISPortal arcGISPortal, CancellationToken cancellationToken, string bingKey, string proxyUrl ) | |
Parameters
- webmap
- The webmap.
- arcGISPortal
- The portal.
- cancellationToken
- The cancellation token.
- bingKey
- The bing key.
- proxyUrl
- URL to proxy the requests through when necessary.
| Exception | Description |
|---|---|
| System.ArgumentNullException | webmap |
Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8