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

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

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

Parameters

entry
[To be supplied.]

See Also

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