ForceFeedbackMotor.TryResetAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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