ServicePRO SDK Help

IKnowledgeBaseService..::..EndGetObjectFindRst Method

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

Syntax


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

Parameters

TotalCount
Type: Int32%
result
Type: IAsyncResult