Udostępnij za pośrednictwem


DispatchOperation.Invoker Właściwość

Definicja

Pobiera lub ustawia IOperationInvoker obiekt, który wywołuje metodę zdefiniowaną przez użytkownika.

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

Wartość właściwości

IOperationInvoker

IOperationInvoker Obiekt, który wywołuje metodę zdefiniowaną przez użytkownika.

Uwagi

Aby uzyskać więcej informacji, zobacz IOperationInvoker.

Dotyczy