DeviceConnectionChangeTrigger.FromIdAsync(String) Method

Definition

Begins an asynchronous operation to get the DeviceConnectionChangeTrigger associated with the specified Id.

public:
 static IAsyncOperation<DeviceConnectionChangeTrigger ^> ^ FromIdAsync(Platform::String ^ deviceId);
/// [Windows.Foundation.Metadata.RemoteAsync]
 static IAsyncOperation<DeviceConnectionChangeTrigger> FromIdAsync(winrt::hstring const& deviceId);
[Windows.Foundation.Metadata.RemoteAsync]
public static IAsyncOperation<DeviceConnectionChangeTrigger> FromIdAsync(string deviceId);
function fromIdAsync(deviceId)
Public Shared Function FromIdAsync (deviceId As String) As IAsyncOperation(Of DeviceConnectionChangeTrigger)

Parameters

deviceId
String

Platform::String

winrt::hstring

The device Id with which to find the associated trigger.

Returns

The DeviceConnectionChangeTrigger object associated with the specified device Id.

Attributes

Applies to