ServicePRO SDK Help

IObjectDesignerService..::..BeginCheckIfFieldUsed Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginCheckIfFieldUsed(
	string userSessionKey,
	int Tableid,
	int TabId,
	ref ObservableCollection<stcListItem> aFieldIds,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginCheckIfFieldUsed ( _
	userSessionKey As String, _
	Tableid As Integer, _
	TabId As Integer, _
	ByRef aFieldIds As ObservableCollection(Of stcListItem), _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
Tableid
Type: Int32
TabId
Type: Int32
aFieldIds
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
callback
Type: AsyncCallback
asyncState
Type: Object