SynchronousReceiveBehavior.IEndpointBehavior.ApplyDispatchBehavior(ServiceEndpoint, EndpointDispatcher) Método

Definição

Define a propriedade ReceiveSynchronously como true.Sets the ReceiveSynchronously property to true.

 virtual void System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior(System::ServiceModel::Description::ServiceEndpoint ^ serviceEndpoint, System::ServiceModel::Dispatcher::EndpointDispatcher ^ endpointDispatcher) = System::ServiceModel::Description::IEndpointBehavior::ApplyDispatchBehavior;
void IEndpointBehavior.ApplyDispatchBehavior (System.ServiceModel.Description.ServiceEndpoint serviceEndpoint, System.ServiceModel.Dispatcher.EndpointDispatcher endpointDispatcher);
abstract member System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
override this.System.ServiceModel.Description.IEndpointBehavior.ApplyDispatchBehavior : System.ServiceModel.Description.ServiceEndpoint * System.ServiceModel.Dispatcher.EndpointDispatcher -> unit
Sub ApplyDispatchBehavior (serviceEndpoint As ServiceEndpoint, endpointDispatcher As EndpointDispatcher) Implements IEndpointBehavior.ApplyDispatchBehavior

Parâmetros

serviceEndpoint
ServiceEndpoint

O ponto de extremidade que expõe o contrato.The endpoint that exposes the contract.

endpointDispatcher
EndpointDispatcher

O dispatcher do ponto de extremidade a ser modificado ou estendido.The endpoint dispatcher to be modified or extended.

Implementações

Comentários

Gera uma exceção se o endpointDispatcher for null .Throws an exception if the endpointDispatcher is null.

Aplica-se a