DispatchRuntime.UnhandledDispatchOperation Egenskap

Definition

Hämtar eller anger den åtgärd som okända meddelanden skickas till.

public:
 property System::ServiceModel::Dispatcher::DispatchOperation ^ UnhandledDispatchOperation { System::ServiceModel::Dispatcher::DispatchOperation ^ get(); void set(System::ServiceModel::Dispatcher::DispatchOperation ^ value); };
public System.ServiceModel.Dispatcher.DispatchOperation UnhandledDispatchOperation { get; set; }
member this.UnhandledDispatchOperation : System.ServiceModel.Dispatcher.DispatchOperation with get, set
Public Property UnhandledDispatchOperation As DispatchOperation

Egenskapsvärde

Till DispatchOperation vilken okända meddelanden skickas.

Kommentarer

Åtgärden som returneras av UnhandledDispatchOperation är den åtgärd som anges med hjälp av "*" (asterisk) i Action egenskapen.

Gäller för