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!

TextWriter.Null

Provides a repository with no backing store that can be written to, but not read from. Use Null to redirect output to a stream that will not consume any operating system resources.

[Visual Basic]
Public Shared ReadOnly Null As TextWriter
[C#]
public static readonly TextWriter Null;
[C++]
public: static readonly TextWriter* Null;
[JScript]
public static var Null : TextWriter;

See Also

TextWriter Class | TextWriter Members | System.IO Namespace