NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

EventLogTraceListener Constructor (EventLog)

[To be supplied.]

[Visual Basic]
Overloads Public Sub New( _
   ByVal eventLog As EventLog _
)
[C#]
public EventLogTraceListener(
   EventLog eventLog
);
[C++]
public: EventLogTraceListener(
   EventLog* eventLog
);
[JScript]
public function EventLogTraceListener(
   eventLog : EventLog
);

Parameters

eventLog
[To be supplied.]

See Also

EventLogTraceListener Class | EventLogTraceListener Members | System.Diagnostics Namespace | EventLogTraceListener Constructor Overload List