GCController.StartWirelessControllerDiscoveryAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts discovery of nearby wireless controllers, and runs the provided completion handler when all discoverable controllers are discovered.
public static System.Threading.Tasks.Task StartWirelessControllerDiscoveryAsync ();
static member StartWirelessControllerDiscoveryAsync : unit -> System.Threading.Tasks.Task
Returns
A task that represents the asynchronous StartWirelessControllerDiscovery operation
Remarks
The StartWirelessControllerDiscoveryAsync method is suitable to be used with C# async by returning control to the caller with a Task representing the operation.
To be added.