Initializes a new instance of the MarkerWriter class.
Namespace:   Microsoft.ConcurrencyVisualizer.Instrumentation
Assembly:  Microsoft.ConcurrencyVisualizer.Markers (in Microsoft.ConcurrencyVisualizer.Markers.dll)
Syntax
public MarkerWriter(
    Guid providerId
)
public:
MarkerWriter(
    Guid providerId
)
new : 
        providerId:Guid -> MarkerWriter
Public Sub New (
    providerId As Guid
)
Parameters
- providerId 
 Type: System.Guid- The GUID associated with the provider. 
See Also
MarkerWriter Class
Microsoft.ConcurrencyVisualizer.Instrumentation Namespace
Return to top