TaskConstants.Never Property
A Task that will never complete.
Namespace: Microsoft.Azure.Devices.Client.Common
Assembly: Microsoft.Azure.Devices.Client (in Microsoft.Azure.Devices.Client.dll)
Syntax
public static Task Never { get; }
public:
property Task^ Never {
static Task^ get();
}
Property Value
Type: System.Threading.Tasks.Task
See Also
TaskConstants Class
Microsoft.Azure.Devices.Client.Common Namespace
Return to top