ServicePRO SDK Help

IManageObjectsService..::..EndGetUserAndPrivileges Method

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

Syntax


bool EndGetUserAndPrivileges(
	out string hexMessage,
	out stcUserDTO user,
	out stcUserPrivilege userPrivileges,
	IAsyncResult result
)
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