Click or drag to resize

CallOnceCurrentTask Property

Gets the current Task. The task can used to await for the execution of the encapsulated method.

Namespace:  Cauldron.XAML.Threading
Assembly:  Cauldron.Win32.WPF (in Cauldron.Win32.WPF.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
public Task CurrentTask { get; }

Property Value

Type: Task

[Missing <value> documentation for "P:Cauldron.XAML.Threading.CallOnce.CurrentTask"]

See Also