ServicePRO SDK Help

IRequestServices..::..EndContactHistoryList Method

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

Syntax


ObservableCollection<Dictionary<string, Object>> EndContactHistoryList(
	out int TotalCount,
	out ObservableCollection<stcQueryField> QueryFields,
	IAsyncResult result
)
Function EndContactHistoryList ( _
	<OutAttribute> ByRef TotalCount As Integer, _
	<OutAttribute> ByRef QueryFields As ObservableCollection(Of stcQueryField), _
	result As IAsyncResult _
) As ObservableCollection(Of Dictionary(Of String, Object))

Parameters

TotalCount
Type: Int32%
QueryFields
Type: ObservableCollection<(Of <(<'stcQueryField>)>)>%
result
Type: IAsyncResult