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!

Context.Freeze

Freeze the context. Context properties cannot be added after the context has been frozen.

[Visual Basic]
Overridable Public Sub Freeze()
[C#]
public virtual void Freeze();
[C++]
public: virtual void Freeze();
[JScript]
public function Freeze();

Exceptions

Exception Type Condition
InvalidOperationException is thrown if the context is already frozen

See Also

Context Class | Context Members | System.Runtime.Remoting Namespace