EventSource::Write Method
.NET Framework (current version)
Writes an event.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | Write(String^) | Writes an event without fields, but with the specified name and default options. |
![]() | Write(String^, EventSourceOptions) | Writes an event without fields, but with the specified name and options. |
![]() | Write<T>(String^, T) | Writes an event with the specified name and data. |
![]() | Write<T>(String^, EventSourceOptions, T) | Writes an event with the specified name, event data and options. |
![]() | Write<T>(String^, EventSourceOptions%, T%) | Writes an event with the specified name, options and event data. |
![]() | Write<T>(String^, EventSourceOptions%, Guid%, Guid%, T%) | Writes an event with the specified name, options, related activity and event data. |
Show:
