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 (String)

[To be supplied.]

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

Parameters

source
[To be supplied.]

See Also

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