IDuplexContextChannel.CallbackInstance Proprietà

Definizione

Consente di ottenere o impostare il contesto di istanza associato allo scambio dei messaggi duplex.

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

Valore della proprietà

Contesto InstanceContext associato allo scambio di messaggi duplex.

Si applica a