Share via


HumanPresenceSensor.FromIdAsync(String) Method

Definition

Asynchronously retrieves a reference to the human presence sensor associated with the provided device ID.

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

Parameters

sensorId
String

Platform::String

winrt::hstring

The unique device ID of a human presence sensor.

Returns

A reference to a human presence sensor.

Attributes

Applies to