Compartir a través de


BaseTrace Constructor

Namespace:  Microsoft.Exchange.Diagnostics
Assembly:  Microsoft.Exchange.Diagnostics (in Microsoft.Exchange.Diagnostics.dll)

Syntax

'Declaration
Public Sub New ( _
    guid As Guid, _
    traceTag As Integer _
)
'Usage
Dim guid As Guid
Dim traceTag As Integer

Dim instance As New BaseTrace(guid, traceTag)
public BaseTrace(
    Guid guid,
    int traceTag
)

Parameters