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!

EventLogEvent Constructor

Initializes a new instance of the EventLogEvent class.

Overload List

The default constructor, which initializes a new instance of the EventLogEvent class without specifying a value for Entry.

[Visual Basic] Overloads Public Sub New()
[C#] public EventLogEvent();
[C++] public: EventLogEvent();
[JScript] public function EventLogEvent();

Initializes a new instance of the EventLogEvent class with the specified event log entry.

[Visual Basic] Overloads Public Sub New(EventLogEntry)
[C#] public EventLogEvent(EventLogEntry);
[C++] public: EventLogEvent(EventLogEntry*);
[JScript] public function EventLogEvent(EventLogEntry);

See Also

EventLogEvent Class | EventLogEvent Members | System.Diagnostics Namespace