ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetComboRecordset Method

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

Syntax


public IAsyncResult BeginGetComboRecordset(
	string sessionKey,
	ObservableCollection<Dictionary<string, Object>> dsMetaData,
	int LngRecordCount,
	long UserPriv,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetComboRecordset ( _
	sessionKey As String, _
	dsMetaData As ObservableCollection(Of Dictionary(Of String, Object)), _
	LngRecordCount As Integer, _
	UserPriv As Long, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
dsMetaData
Type: ObservableCollection<(Of <(<'Dictionary<(Of <(<'String, Object>)>)>>)>)>
LngRecordCount
Type: Int32
UserPriv
Type: Int64
callback
Type: AsyncCallback
asyncState
Type: Object