ServicePRO SDK Help

IRequestServices..::..BeginValidateCategory Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginValidateCategory(
	string userSessionKey,
	int categoryId,
	int organizationalUnitId,
	int folderId,
	int objectTypeId,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginValidateCategory ( _
	userSessionKey As String, _
	categoryId As Integer, _
	organizationalUnitId As Integer, _
	folderId As Integer, _
	objectTypeId As Integer, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
categoryId
Type: Int32
organizationalUnitId
Type: Int32
folderId
Type: Int32
objectTypeId
Type: Int32
callback
Type: AsyncCallback
asyncState
Type: Object