ServicePRO SDK Help

IRequestServices..::..BeginGetPrivilegesForNewChild Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetPrivilegesForNewChild(
	string userSessionKey,
	int parentRequestId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetPrivilegesForNewChild ( _
	userSessionKey As String, _
	parentRequestId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
parentRequestId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object