DispatchRuntime.EndpointDispatcher Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient EndpointDispatcher pour cette exécution de répartition.
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
Valeur de propriété
EndpointDispatcher pour cette exécution de répartition.
Remarques
Utilisez la propriété EndpointDispatcher pour obtenir le répartiteur de point de terminaison associé à cette exécution de répartition pour modifier ou personnaliser l'exécution spécifique au point de terminaison.