ServicePRO SDK Help

IObjectDesignerService..::..BeginGetRelatedTable Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetRelatedTable(
	string userSessionKey,
	int previousValue,
	int fieldValue,
	UserDefinedField uifield,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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