Share via


IDuplexContextChannel.CallbackInstance 속성

정의

이중 메시지 교환과 관련된 인스턴스 컨텍스트를 가져오거나 설정합니다.

public:
 property System::ServiceModel::InstanceContext ^ CallbackInstance { System::ServiceModel::InstanceContext ^ get(); void set(System::ServiceModel::InstanceContext ^ value); };
public System.ServiceModel.InstanceContext CallbackInstance { get; set; }
member this.CallbackInstance : System.ServiceModel.InstanceContext with get, set
Public Property CallbackInstance As InstanceContext

속성 값

InstanceContext

이중 메시지 교환과 관련된 InstanceContext입니다.

적용 대상