ServicePRO SDK Help

IRequestServices..::..BeginPinUnPinRequest Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginPinUnPinRequest(
	string userSessionKey,
	int requestId,
	bool isPinning,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginPinUnPinRequest ( _
	userSessionKey As String, _
	requestId As Integer, _
	isPinning As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
requestId
Type: Int32
isPinning
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object