IContextProperty.Freeze(Context) Método
Definição
Chamado quando o contexto está congelado.Called when the context is frozen.
Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.
public:
void Freeze(System::Runtime::Remoting::Contexts::Context ^ newContext);
public void Freeze (System.Runtime.Remoting.Contexts.Context newContext);
[System.Security.SecurityCritical]
public void Freeze (System.Runtime.Remoting.Contexts.Context newContext);
abstract member Freeze : System.Runtime.Remoting.Contexts.Context -> unit
[<System.Security.SecurityCritical>]
abstract member Freeze : System.Runtime.Remoting.Contexts.Context -> unit
Public Sub Freeze (newContext As Context)
Parâmetros
- newContext
- Context
O contexto a ser congelado.The context to freeze.
- Atributos
Comentários
As propriedades de contexto não podem ser adicionadas após o contexto ser congelado.Context properties cannot be added after the context has been frozen.