Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

EventProviderTraceListener Constructor (String^, String^, String^)

 

Initializes a new instance of the EventProviderTraceListener class using the specified provider identifier, name of the listener, and delimiter.

Namespace:   System.Diagnostics.Eventing
Assembly:  System.Core (in System.Core.dll)

public:
EventProviderTraceListener(
	String^ providerId,
	String^ name,
	String^ delimiter
)

Parameters

providerId
Type: System::String^

A unique string Guid that identifies the provider.

name
Type: System::String^

Name of the listener.

delimiter
Type: System::String^

Delimiter used to delimit the event data. (For more details, see the Delimiter property.)

.NET Framework
Available since 3.5
Return to top
Show: