TaskConstants.Int32NegativeOne Property
A task that has been completed with the value -1.
Namespace: Microsoft.Azure.Devices.Client.Common
Assembly: Microsoft.Azure.Devices.Client (in Microsoft.Azure.Devices.Client.dll)
Syntax
public static Task<int> Int32NegativeOne { get; }
public:
property Task<int>^ Int32NegativeOne {
static Task<int>^ get();
}
Property Value
Type: System.Threading.Tasks.Task<Int32>
See Also
TaskConstants Class
Microsoft.Azure.Devices.Client.Common Namespace
Return to top