ServicePRO SDK Help

ObjectDesignerServiceClient..::..BeginCheckIfFieldUsedForTypeOrTab Method

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

Syntax


public IAsyncResult BeginCheckIfFieldUsedForTypeOrTab(
	string userSessionKey,
	clsEnumeration..::..hsmdObject selectedCustomObjectType,
	ref int Tableid,
	ref int TabId,
	ObservableCollection<string> aFieldIdentifiers,
	ObservableCollection<int> typesFetchedBefore,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginCheckIfFieldUsedForTypeOrTab ( _
	userSessionKey As String, _
	selectedCustomObjectType As clsEnumeration..::..hsmdObject, _
	ByRef Tableid As Integer, _
	ByRef TabId As Integer, _
	aFieldIdentifiers As ObservableCollection(Of String), _
	typesFetchedBefore As ObservableCollection(Of Integer), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
selectedCustomObjectType
Type: HelpSTAR.PCL.Common..::..clsEnumeration..::..hsmdObject
Tableid
Type: Int32%
TabId
Type: Int32%
aFieldIdentifiers
Type: ObservableCollection<(Of <(<'String>)>)>
typesFetchedBefore
Type: ObservableCollection<(Of <(<'Int32>)>)>
callback
Type: AsyncCallback
asyncState
Type: Object