ServicePRO SDK Help

IObjectDesignerService..::..BeginGetAllViewOnlyRefDependentFields Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginGetAllViewOnlyRefDependentFields(
	string userSessionKey,
	int aAssociatedTblID,
	string aAssociatedFieldName,
	ObservableCollection<int> typesFetchedBefore,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginGetAllViewOnlyRefDependentFields ( _
	userSessionKey As String, _
	aAssociatedTblID As Integer, _
	aAssociatedFieldName As String, _
	typesFetchedBefore As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
aAssociatedTblID
Type: Int32
aAssociatedFieldName
Type: String
typesFetchedBefore
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object