TaskConstants<T>.Canceled Property
A task that has been canceled.
Namespace: Microsoft.Azure.Devices.Client.Common
Assembly: Microsoft.Azure.Devices.Client (in Microsoft.Azure.Devices.Client.dll)
Syntax
public static Task<T> Canceled { get; }
public:
property Task<T>^ Canceled {
static Task<T>^ get();
}
Property Value
Type: System.Threading.Tasks.Task<T>
See Also
TaskConstants<T> Class
Microsoft.Azure.Devices.Client.Common Namespace
Return to top