Share via


ForceFeedbackMotor.TryResetAsync Method

Definition

Attempts to asynchronously reset the device back to its initial state.

public:
 virtual IAsyncOperation<bool> ^ TryResetAsync() = TryResetAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryResetAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryResetAsync();
function tryResetAsync()
Public Function TryResetAsync () As IAsyncOperation(Of Boolean)

Returns

Returns the result of the asynchronous operation.

Attributes

Applies to