ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetUserListStructure Method

Namespace:  ServicePRO.Sdk.Windows.Clients
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


public IAsyncResult BeginGetUserListStructure(
	string sessionKey,
	List<int> UserIds,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetUserListStructure ( _
	sessionKey As String, _
	UserIds As List(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
UserIds
Type: List<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object