Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[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.GuidThe GUID associated with the provider.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.