ServicePRO SDK Help

IManageObjectsService..::..BeginGetUserListStructure Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetUserListStructure(
	string sessionKey,
	List<int> UserIds,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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