Share via


OrdinalEvent Constructor

Initializes a new instance of the OrdinalEvent class.

Namespace:  Microsoft.VisualStudio.IntelliTrace
Assembly:  Microsoft.IntelliTrace.12.0.0 (in Microsoft.IntelliTrace.12.0.0.dll)

Syntax

'Declaration
Protected Sub New ( _
    ordinal As Long _
)
protected OrdinalEvent(
    long ordinal
)
protected:
OrdinalEvent(
    long long ordinal
)
new : 
        ordinal:int64 -> OrdinalEvent
protected function OrdinalEvent(
    ordinal : long
)

Parameters

  • ordinal
    Type: System.Int64

    The ordinal value of the event.

.NET Framework Security

See Also

Reference

OrdinalEvent Class

Microsoft.VisualStudio.IntelliTrace Namespace