DispatcherOperation.InvokeDelegateCore Method

Definition

Begins the operation that is associated with this DispatcherOperation.

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

Returns

null in all cases.

Applies to