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!

StreamingContext Constructor

Initializes a new instance of the StreamingContext class.

Overload List

Initializes a new instance of the StreamingContext class.

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

Initializes a new instance of the StreamingContext class.

[Visual Basic] Overloads Public Sub New(StreamingContextStates, Object)
[C#] public StreamingContext(StreamingContextStates, Object);
[C++] public: StreamingContext(StreamingContextStates, Object);
[JScript] public function StreamingContext(StreamingContextStates, Object);

See Also

StreamingContext Structure | StreamingContext Members | System.Runtime.Serialization Namespace