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.State

The state of the source/destination of this context.

[Visual Basic]
Public ReadOnly Property State As StreamingContextStates
[C#]
public StreamingContextStates State {get;}
[C++]
public: __property StreamingContextStates get_State();
[JScript]
public function get State() : StreamingContextStates;

See Also

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