TracePointDescriptionCollection.UpdateTracePointsData(TracePointFormatCollection) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointDescriptionCollection.UpdateTracePointsData(TracePointFormatCollection) Method

BR.AN.PviServices .NET


Updates the dat for the tracepoints

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads Sub UpdateTracePointsData( _

  ByVal traceFormats As TracePointFormatCollection _

)

[C#]

[CLSCompliant(IsCompliant=False)]

public uint UpdateTracePointsData(

  TracePointFormatCollection traceFormats

);

Parameters

traceFormats

The collection of trace point formats.

Return Value

0xFFFFFFFF on success else the ID of the trace point definition which could not be updated.

See Also

TracePointDescriptionCollection Class | BR.AN.PviServices Namespace | TracePointDescriptionCollection.UpdateTracePointsData Overload List


Generated from assembly BR.AN.PviServices [8.1.0.4]