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.WriteEntry (String, String, EventLogEntryType, Int16, Int16, Byte[])

[To be supplied.]

[Visual Basic]
Overloads Public Shared Sub WriteEntry( _
   ByVal source As String, _
   ByVal message As String, _
   ByVal type As EventLogEntryType, _
   ByVal eventID As Short, _
   ByVal category As Short, _
   ByVal rawData() As Byte _
)
[C#]
public static void WriteEntry(
   string source,
   string message,
   EventLogEntryType type,
   short eventID,
   short category,
   byte[] rawData
);
[C++]
public: static void WriteEntry(
   String* source,
   String* message,
   EventLogEntryType type,
   short eventID,
   short category,
   unsigned char* rawData[]
);
[JScript]
public static function WriteEntry(
   source : String,
   message : String,
   type : EventLogEntryType,
   eventID : Int16,
   category : Int16,
   rawData : Byte[]
);

Parameters

source
[To be supplied.]
message
[To be supplied.]
type
[To be supplied.]
eventID
[To be supplied.]
category
[To be supplied.]
rawData
[To be supplied.]

See Also

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