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

[To be supplied.]

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

Parameters

logName
[To be supplied.]
machineName
[To be supplied.]

See Also

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