TracePointDescriptionCollection.UpdateFormat Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointDescriptionCollection.UpdateFormat Method

BR.AN.PviServices .NET


Updates the datype and the type lenght info for the tracepoints

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Sub UpdateFormat( _

  ByVal traceFormats As TracePointFormatCollection _

)

[C#]

[CLSCompliant(IsCompliant=False)]

public uint UpdateFormat(

  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


Generated from assembly BR.AN.PviServices [8.1.0.4]