ServicePRO SDK Help

ManageObjectsServiceClient..::..EndGetUserAndPrivileges Method

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

Syntax


public bool EndGetUserAndPrivileges(
	out string hexMessage,
	out stcUserDTO user,
	out stcUserPrivilege userPrivileges,
	IAsyncResult result
)
Public Function EndGetUserAndPrivileges ( _
	<OutAttribute> ByRef hexMessage As String, _
	<OutAttribute> ByRef user As stcUserDTO, _
	<OutAttribute> ByRef userPrivileges As stcUserPrivilege, _
	result As IAsyncResult _
) As Boolean

Parameters

hexMessage
Type: String%
user
Type: HelpSTAR.PCL.Common..::..stcUserDTO%
userPrivileges
Type: HelpSTAR.PCL.Common..::..stcUserPrivilege%
result
Type: IAsyncResult