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, Object)

Initializes a new instance of the StreamingContext class.

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

Parameters

state
[To be supplied.]
additional
[To be supplied.]

See Also

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