ServicePRO SDK Help

RequestServicesClient..::..BeginPinUnPinRequest Method

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

Syntax


public IAsyncResult BeginPinUnPinRequest(
	string userSessionKey,
	int requestId,
	bool isPinning,
	AsyncCallback callback,
	Object asyncState
)
Public 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