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

Initializes a new instance of the StreamingContext class.

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

Parameters

state
[To be supplied.]

See Also

StreamingContext Structure | StreamingContext Members | System.Runtime.Serialization Namespace | StreamingContext Constructor Overload List