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!

IContextProperty.Freeze

Called when the context is frozen.

[Visual Basic]
Sub Freeze( _
   ByVal newContext As Context _
)
[C#]
void Freeze(
   Context newContext
);
[C++]
void Freeze(
   Context* newContext
) = 0;
[JScript]
function Freeze(
   newContext : Context
);

Parameters

newContext
Th context to freeze

See Also

IContextProperty Interface | IContextProperty Members | System.Runtime.Remoting Namespace