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!

EventLog Constructor (String)

[To be supplied.]

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

Parameters

logName
[To be supplied.]

See Also

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