ArcGIS Runtime SDK for WPF - Library Reference
InitializeTaskAsync Method
See Also 
ESRI.ArcGIS.Client.Portal Namespace > ArcGISPortalInfo Class : InitializeTaskAsync Method

id
The organization id.
Initializes a portal info object from the specified organization id.

Syntax

Visual Basic (Declaration) 
Public Function InitializeTaskAsync( _
   Optional ByVal id As String _
) As Task(Of ArcGISPortalInfo)
C# 
public Task<ArcGISPortalInfo> InitializeTaskAsync( 
   string id
)

Remarks

If the specified organization id is null, the object is initialized with the organization of the logged in user.

Parameters

id
The organization id.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family, Windows 7, Windows 8

See Also

© ESRI, Inc. All Rights Reserved.