다음을 통해 공유


IContextPropertyActivator.DeliverClientContextToServerContext 메서드

정의

생성 요청이 서버에서 클라이언트로 반환될 때 이 인터페이스가 있는 각 클라이언트 컨텍스트 속성에서 호출됩니다.

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

public:
 bool DeliverClientContextToServerContext(System::Runtime::Remoting::Activation::IConstructionCallMessage ^ msg);
public bool DeliverClientContextToServerContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
[System.Security.SecurityCritical]
public bool DeliverClientContextToServerContext (System.Runtime.Remoting.Activation.IConstructionCallMessage msg);
abstract member DeliverClientContextToServerContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
[<System.Security.SecurityCritical>]
abstract member DeliverClientContextToServerContext : System.Runtime.Remoting.Activation.IConstructionCallMessage -> bool
Public Function DeliverClientContextToServerContext (msg As IConstructionCallMessage) As Boolean

매개 변수

반환

Boolean

성공하면 true이고, 그러지 않으면 false입니다.

특성

설명

현재 메서드는 구현 하는 각 서버 컨텍스트 속성에는 IContextPropertyActivator 생성 요청이 서버에 도착할 때 인터페이스입니다. 이렇게 하면 각각의 내용 검사 컨텍스트 속성 IConstructionCallMessage합니다.

적용 대상