GetNextIntAsync Method
Generates a random integer.
Syntax
[VB.NET] Public Function GetNextIntAsync() As Task
[C#] public Task GetNextIntAsync();
IP*Works! Encrypt V9 - Online Help
|
|||
|
Available for:
Questions / Feedback?
GetNextIntAsync MethodGenerates a random integer. Syntax[VB.NET] Public Function GetNextIntAsync() As Task [C#] public Task GetNextIntAsync(); RemarksThis method is the asynchronous version of the GetNextInt method and is used to support asynchronous operations in WinRT. Please refer to GetNextInt for more information. |
||