EventSource Constructor
Creates a new instance of the EventSource class.
Assembly: mscorlib (in mscorlib.dll)
| Name | Description | |
|---|---|---|
![]() | EventSource() | Creates a new instance of the EventSource class. |
![]() | EventSource(Boolean) | Creates a new instance of the EventSource class and specifies whether to throw an exception when an error occurs in the underlying Windows code. |
![]() | EventSource(EventSourceSettings) | Creates a new instance of the EventSource class with the specified configuration settings. |
![]() | EventSource(EventSourceSettings, array<String^>^) | Initializes a new instance of the EventSource to be used with non-contract events that contains the specified settings and traits. |
![]() | EventSource(String^) | Creates a new instance of the EventSource class with the specified name. |
![]() | EventSource(String^, EventSourceSettings) | Creates a new instance of the EventSource class with the specified name and settings. |
![]() | EventSource(String^, EventSourceSettings, array<String^>^) | Creates a new instance of the EventSource class with the specified configuration settings. |

