ServicePRO SDK Help

IManageObjectsService..::..BeginCheckIfRequestInFolderWithThisWaitState Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginCheckIfRequestInFolderWithThisWaitState(
	string SessionKey,
	int FolderId,
	clsEnumeration..::..hsWaitState WaitState,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginCheckIfRequestInFolderWithThisWaitState ( _
	SessionKey As String, _
	FolderId As Integer, _
	WaitState As clsEnumeration..::..hsWaitState, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

SessionKey
Type: String
FolderId
Type: Int32
WaitState
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsWaitState
callback
Type: AsyncCallback
asyncState
Type: Object