ServicePRO SDK Help

RequestServicesClient..::..BeginGetQuickMessageParticipants Method

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

Syntax


public IAsyncResult BeginGetQuickMessageParticipants(
	string userSessionKey,
	string threadId,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetQuickMessageParticipants ( _
	userSessionKey As String, _
	threadId As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
threadId
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object