ServicePRO SDK Help

ManageObjectsServiceClient..::..BeginGetComboRecords Method

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

Syntax


public IAsyncResult BeginGetComboRecords(
	string sessionKey,
	string FieldName,
	string AssociatedFieldName,
	string TableName,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetComboRecords ( _
	sessionKey As String, _
	FieldName As String, _
	AssociatedFieldName As String, _
	TableName As String, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
FieldName
Type: String
AssociatedFieldName
Type: String
TableName
Type: String
callback
Type: AsyncCallback
asyncState
Type: Object