DispatcherOperation<TResult>.InvokeDelegateCore Method

Definition

Begins the operation that is associated with this DispatcherOperation.

protected:
 override System::Object ^ InvokeDelegateCore();
protected override object InvokeDelegateCore ();
override this.InvokeDelegateCore : unit -> obj
Protected Overrides Function InvokeDelegateCore () As Object

Returns

The result of the operation.

Applies to