IContextPropertyActivator.DeliverServerContextToClientContext 메서드

정의

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

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

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

매개 변수

반환

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

특성

설명

컨텍스트 속성의 내용을 검사할 수는 IConstructionReturnMessage합니다.

적용 대상