TracePointDescriptionCollection.UpdateTracePointsData(TracePointsDataCollection) Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointDescriptionCollection.UpdateTracePointsData(TracePointsDataCollection) Method

BR.AN.PviServices .NET


Updates the dat for the tracepoints

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Overloads Sub UpdateTracePointsData( _

  ByVal traceDataCol As TracePointsDataCollection _

)

[C#]

[CLSCompliant(IsCompliant=False)]

public uint UpdateTracePointsData(

  TracePointsDataCollection traceDataCol

);

Parameters

traceDataCol

The collection of traced data.

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]