ServicePRO SDK Help

RequestServicesClient..::..BeginGetEntireQuickMessage Method

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

Syntax


public IAsyncResult BeginGetEntireQuickMessage(
	string userSessionKey,
	clsEnumeration..::..hsHelpStarObject objectType,
	int objectId,
	string threadId,
	clsEnumeration..::..hsSortDirection sortDirection,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetEntireQuickMessage ( _
	userSessionKey As String, _
	objectType As clsEnumeration..::..hsHelpStarObject, _
	objectId As Integer, _
	threadId As String, _
	sortDirection As clsEnumeration..::..hsSortDirection, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
objectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsHelpStarObject
objectId
Type: Int32
threadId
Type: String
sortDirection
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsSortDirection
callback
Type: AsyncCallback
asyncState
Type: Object