ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginGetRelatedTable Method

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

Syntax


public IAsyncResult BeginGetRelatedTable(
	string userSessionKey,
	int previousValue,
	int fieldValue,
	UserDefinedField uifield,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginGetRelatedTable ( _
	userSessionKey As String, _
	previousValue As Integer, _
	fieldValue As Integer, _
	uifield As UserDefinedField, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
previousValue
Type: Int32
fieldValue
Type: Int32
uifield
Type: UserDefinedField
callback
Type: AsyncCallback
asyncState
Type: Object