ServicePRO SDK Help

IRequestServices..::..BeginCheckUserOpenRequests Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginCheckUserOpenRequests(
	string userSessionKey,
	stcListItem SelectedUser,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginCheckUserOpenRequests ( _
	userSessionKey As String, _
	SelectedUser As stcListItem, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
SelectedUser
Type: HelpSTAR.PCL.Common..::..stcListItem
callback
Type: AsyncCallback
asyncState
Type: Object