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!

ContextAttribute.Freeze

[To be supplied.]

[Visual Basic]
Overridable Public Sub Freeze( _
   ByVal newContext As Context _
)
[C#]
public virtual void Freeze(
   Context newContext
);
[C++]
public: virtual void Freeze(
   Context* newContext
);
[JScript]
public function Freeze(
   newContext : Context
);

Parameters

newContext
[To be supplied.]

See Also

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