IContextProperty.Freeze(Context) 메서드

정의

컨텍스트가 고정될 때 호출됩니다.

이 API는 제품 인프라를 지원하며 코드에서 직접 사용되지 않습니다.

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)

매개 변수

newContext
Context

고정할 컨텍스트입니다.

특성

설명

컨텍스트가 고정 된 후에 컨텍스트 속성을 추가할 수 없습니다.

적용 대상