ContextAttribute.Freeze(Context) Método

Definição

Chamado quando o contexto está congelado.

Esta API dá suporte à infraestrutura do produto e não deve ser usada diretamente do seu código.

public:
 virtual void Freeze(System::Runtime::Remoting::Contexts::Context ^ newContext);
public virtual void Freeze (System.Runtime.Remoting.Contexts.Context newContext);
[System.Security.SecurityCritical]
public virtual void Freeze (System.Runtime.Remoting.Contexts.Context newContext);
abstract member Freeze : System.Runtime.Remoting.Contexts.Context -> unit
override this.Freeze : System.Runtime.Remoting.Contexts.Context -> unit
[<System.Security.SecurityCritical>]
abstract member Freeze : System.Runtime.Remoting.Contexts.Context -> unit
override this.Freeze : System.Runtime.Remoting.Contexts.Context -> unit
Public Overridable Sub Freeze (newContext As Context)

Parâmetros

newContext
Context

O contexto a ser congelado.

Implementações

Atributos

Comentários

As propriedades de contexto não podem ser adicionadas após o contexto ter sido congelado.

Aplica-se a