ContextAttribute.Freeze(Context) Método

Definição

Chamada quando o contexto está congelado.

Esta API suporta a infraestrutura de produtos e não é pressuposta para ser utilizada diretamente a partir 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 para congelar.

Implementações

Atributos

Observações

As propriedades de contexto não podem ser adicionadas depois de o contexto ter sido congelado.

Aplica-se a