ServicePRO SDK Help

IObjectDesignerService..::..EndBatchUpdateUDF Method

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

Syntax


bool EndBatchUpdateUDF(
	ref Dictionary<string, stcMetaDataTableBatch> colType,
	ref Dictionary<string, stcMetaDataGroupBatch> colTab,
	ref Dictionary<string, stcMetaDataFieldBatch> colField,
	out int NewTypeId,
	ref Dictionary<string, byte[]> bufferCollection,
	out bool licenseExceeded,
	out ObservableCollection<stcRatingSurveyConfig> ratingConfig,
	IAsyncResult result
)
Function EndBatchUpdateUDF ( _
	ByRef colType As Dictionary(Of String, stcMetaDataTableBatch), _
	ByRef colTab As Dictionary(Of String, stcMetaDataGroupBatch), _
	ByRef colField As Dictionary(Of String, stcMetaDataFieldBatch), _
	<OutAttribute> ByRef NewTypeId As Integer, _
	ByRef bufferCollection As Dictionary(Of String, Byte()), _
	<OutAttribute> ByRef licenseExceeded As Boolean, _
	<OutAttribute> ByRef ratingConfig As ObservableCollection(Of stcRatingSurveyConfig), _
	result As IAsyncResult _
) As Boolean

Parameters

colType
Type: Dictionary<(Of <(<'String, stcMetaDataTableBatch>)>)>%
colTab
Type: Dictionary<(Of <(<'String, stcMetaDataGroupBatch>)>)>%
colField
Type: Dictionary<(Of <(<'String, stcMetaDataFieldBatch>)>)>%
NewTypeId
Type: Int32%
bufferCollection
Type: Dictionary<(Of <(<'String, array<Byte>[]()[][]>)>)>%
licenseExceeded
Type: Boolean%
ratingConfig
Type: ObservableCollection<(Of <(<'stcRatingSurveyConfig>)>)>%
result
Type: IAsyncResult