DispatchRuntime.EndpointDispatcher Propiedad

Definición

Obtiene EndpointDispatcher para este tiempo de ejecución de envío.

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

Valor de propiedad

EndpointDispatcher

EndpointDispatcher para este tiempo de ejecución de envío.

Comentarios

Utilice la propiedad EndpointDispatcher para obtener el distribuidor del extremo asociado a esta expedición en tiempo de ejecución para modificar o personalizar la ejecución específica del extremo.

Se aplica a