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

queryParameters
The query parameters.
callback
The callback executed when the result is available.
Queries the users of the organization. Available only for organization authenticated users.

Syntax

Visual Basic (Declaration) 
Public Sub QueryUsersAsync( _
   ByVal queryParameters As QueryParameters, _
   ByVal callback As Action(Of SearchResultInfo(Of ArcGISPortalUser),Exception) _
) 

Parameters

queryParameters
The query parameters.
callback
The callback executed when the result is available.

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.