ServicePRO SDK Help

RequestServicesClient..::..BeginContactHistoryList Method

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

Syntax


public IAsyncResult BeginContactHistoryList(
	string userSessionKey,
	int Listtype,
	stcDataRange daterange,
	int ObjectID,
	int startRow,
	int endRow,
	string whereClause,
	string orderbyClause,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginContactHistoryList ( _
	userSessionKey As String, _
	Listtype As Integer, _
	daterange As stcDataRange, _
	ObjectID As Integer, _
	startRow As Integer, _
	endRow As Integer, _
	whereClause As String, _
	orderbyClause As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
Listtype
Type: Int32
daterange
Type: HelpSTAR.PCL.Common..::..stcDataRange
ObjectID
Type: Int32
startRow
Type: Int32
endRow
Type: Int32
whereClause
Type: String
orderbyClause
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object