ContextAttribute.Freeze(Context) Metodo

Definizione

Chiamato quando viene bloccato il contesto.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

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)

Parametri

newContext
Context

Contesto da bloccare.

Implementazioni

Attributi

Commenti

Le proprietà del contesto non possono essere aggiunte dopo che il contesto è stato bloccato.

Si applica a