TracePointDescriptionCollection.Add Method

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TracePointDescriptionCollection.Add Method

BR.AN.PviServices .NET


Adds a new Tracepoint to the collection.

[Visual Basic]

<CLSCompliant(IsCompliant:=False)> _

Public Sub Add( _

  ByVal id As UInt32, _

  ByVal offset As UInt64, _

  ByVal listOfVariables As ArrayList _

)

[C#]

[CLSCompliant(IsCompliant=False)]

public int Add(

  uint id,

  ulong offset,

  ArrayList listOfVariables

);

Parameters

id

The unique identifier of the trace point.

offset

The offset of the trace point.

listOfVariables

the list of varibles for the trace point.

Return Value

The number of elements in the collecion on success else -1. If -1 the ID is not unique!

See Also

TracePointDescriptionCollection Class | BR.AN.PviServices Namespace


Generated from assembly BR.AN.PviServices [8.1.0.4]