Share via


MarkerWriter Constructor

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Initializes a new instance of the MarkerWriter class.

Namespace:  Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)

Syntax

'Declaration
Public Sub New ( _
    providerId As Guid _
)
public MarkerWriter(
    Guid providerId
)
public:
MarkerWriter(
    Guid providerId
)
new : 
        providerId:Guid -> MarkerWriter
public function MarkerWriter(
    providerId : Guid
)

Parameters

  • providerId
    Type: System.Guid

    The GUID associated with the provider.

.NET Framework Security

See Also

Reference

MarkerWriter Class

Microsoft.ConcurrencyVisualizer.Instrumentation Namespace