ServicePRO SDK Help

RequestServicesClient..::..BeginGetPrivileges Method

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

Syntax


public IAsyncResult BeginGetPrivileges(
	string userSessionKey,
	int requestId,
	clsEnumeration..::..hsStatus requestStatus,
	clsEnumeration..::..hsWorkFlow requestWKF,
	int folderId,
	int currentUserId,
	int authorId,
	bool isPurchase,
	clsEnumeration..::..hsPRStatus purchaseStatus,
	bool moveThenClose,
	stcAssignmentItem workAssignment,
	stcAssignmentItem responsibilityAssignment,
	stcPrivilegeRequest actualPrivileges,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetPrivileges ( _
	userSessionKey As String, _
	requestId As Integer, _
	requestStatus As clsEnumeration..::..hsStatus, _
	requestWKF As clsEnumeration..::..hsWorkFlow, _
	folderId As Integer, _
	currentUserId As Integer, _
	authorId As Integer, _
	isPurchase As Boolean, _
	purchaseStatus As clsEnumeration..::..hsPRStatus, _
	moveThenClose As Boolean, _
	workAssignment As stcAssignmentItem, _
	responsibilityAssignment As stcAssignmentItem, _
	actualPrivileges As stcPrivilegeRequest, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
requestStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsStatus
requestWKF
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsWorkFlow
folderId
Type: Int32
currentUserId
Type: Int32
authorId
Type: Int32
isPurchase
Type: Boolean
purchaseStatus
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsPRStatus
moveThenClose
Type: Boolean
workAssignment
Type: HelpSTAR.PCL.Common..::..stcAssignmentItem
responsibilityAssignment
Type: HelpSTAR.PCL.Common..::..stcAssignmentItem
actualPrivileges
Type: HelpSTAR.PCL.Common..::..stcPrivilegeRequest
callback
Type: AsyncCallback
asyncState
Type: Object