Asynchronously enumerates all the connected SmartGlass devices.
public:
static IAsyncOperation<SmartGlassDeviceCollection^ >^ FindAllAsync()
Type: IAsyncOperation<SmartGlassDeviceCollection^ >
Returns an IAsyncOperation<TResult> object that represents the state of the asynchronous operation. Completion of the asynchronous operation is signaled by using a handler that is passed to the IAsyncOperation<TResult>.Completed property. When the asynchronous operation is complete, the result of the operation can be retrieved by using the IAsyncOperation<TResult>.GetResults method.
The result of the asynchronous operation is an SmartGlassDeviceCollection object containing the collection of connected SmartGlass devices.
Namespace: Windows.Xbox.SmartGlass
Metadata: windows.winmd