Click or drag to resize

callerInfoAppendDataFields Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Appends its data points into new or existing property collection

Namespace:  imbACE.Core.core.diagnostic
Assembly:  imbACE.Core (in imbACE.Core.dll) Version: 0.2
Syntax
C#
public PropertyCollectionExtended AppendDataFields(
	PropertyCollectionExtended data = null
)
Request Example View Source

Parameters

data (Optional)
Type: PropertyCollectionExtended
Property collection to add data into

Return Value

Type: PropertyCollectionExtended
Updated or newly created property collection
See Also