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!

TraceContext.Write (String, String)

Writes trace information to the trace log.

[Visual Basic]
Overloads Public Sub Write( _
   ByVal category As String, _
   ByVal message As String _
)
[C#]
public void Write(
   string category,
   string message
);
[C++]
public: void Write(
   String* category,
   String* message
);
[JScript]
public function Write(
   category : String,
   message : String
);

Parameters

category
The trace category to receive the message.
message
The trace information to be captured.

See Also

TraceContext Class | TraceContext Members | System.Web Namespace | TraceContext.Write Overload List