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

适用于