ConfiguredTaskAwaitableTResultConfiguredTaskAwaiterIsCompleted Property |
Gets a value indicating whether the task being awaited is completed.
Namespace: Microsoft.Runtime.CompilerServicesAssembly: Rackspace.Threading (in Rackspace.Threading.dll) Version: 2.1.0-beta1
Syntax
public bool IsCompleted { get; }
Public ReadOnly Property IsCompleted As Boolean
Get
public:
property bool IsCompleted {
bool get ();
}
member IsCompleted : bool with get
Property Value
Type:
Boolean if the task being awaited is completed; otherwise,
.
Exceptions Remarks This property is intended for compiler user rather than use directly in code.
Version Information
.NET for Windows Store apps
Supported in: Windows 8
.NET Framework
Supported in: 4.5, 3.5
Portable Class Library
Supported in: Portable Class Library
Threading Library
Supported in: 2.1
See Also