ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginGetAllViewOnlyRefDependentFields Method

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

Syntax


public IAsyncResult BeginGetAllViewOnlyRefDependentFields(
	string userSessionKey,
	int aAssociatedTblID,
	string aAssociatedFieldName,
	ObservableCollection<int> typesFetchedBefore,
	AsyncCallback callback,
	Object asyncState
)
Public 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