Method GetDeviceInfoAsync
Namespace: Belay.Core.Examples
Assembly: Belay.Core.dll
GetDeviceInfoAsync()
Gets device information. Demonstrates [Task] attribute with string return type.
csharp[Task(Cache = false)]
Task<string> GetDeviceInfoAsync()
1
2
Returns
Task<string>
Device information string.