ServicePRO SDK Help

IObjectDesignerService..::..EndCheckIfFieldUsed Method

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

Syntax


bool EndCheckIfFieldUsed(
	ref ObservableCollection<stcListItem> aFieldIds,
	out string MessageString,
	IAsyncResult result
)
Function EndCheckIfFieldUsed ( _
	ByRef aFieldIds As ObservableCollection(Of stcListItem), _
	<OutAttribute> ByRef MessageString As String, _
	result As IAsyncResult _
) As Boolean

Parameters

aFieldIds
Type: ObservableCollection<(Of <(<'stcListItem>)>)>%
MessageString
Type: String%
result
Type: IAsyncResult