ClientRuntime.UnhandledClientOperation Eigenschaft

Definition

Ruft den Clientvorgang für Methoden ab, die nicht über eine entsprechende ClientOperation In der Operations Auflistung verfügen.

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

Eigenschaftswert

A ClientOperation that represents the method to which the current message contents are routingd when the operation selector cannot find an operation that matches the message.

Gilt für: