GCController.StartWirelessControllerDiscoveryAsync Method

Definition

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.

Applies to