ServicePRO SDK Help

RequestServicesClient..::..BeginCheckUserOpenRequests Method

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

Syntax


public IAsyncResult BeginCheckUserOpenRequests(
	string userSessionKey,
	stcListItem SelectedUser,
	AsyncCallback callback,
	Object asyncState
)
Public 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