ClientRuntime.CallbackDispatchRuntime Propiedad

Definición

Obtiene el tiempo de ejecución de envío que envía las operaciones iniciadas por el servicio.

public:
 property System::ServiceModel::Dispatcher::DispatchRuntime ^ CallbackDispatchRuntime { System::ServiceModel::Dispatcher::DispatchRuntime ^ get(); };
public System.ServiceModel.Dispatcher.DispatchRuntime CallbackDispatchRuntime { get; }
member this.CallbackDispatchRuntime : System.ServiceModel.Dispatcher.DispatchRuntime
Public ReadOnly Property CallbackDispatchRuntime As DispatchRuntime

Valor de propiedad

DispatchRuntime

Un objeto DispatchRuntime. Si el contrato es un contrato dúplex, el comportamiento del envío contiene operaciones iniciadas por el servicio; en caso contrario, el comportamiento del envío no contiene ninguna operación.

Se aplica a