ForceFeedbackMotor.TryDisableAsync 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 disable the force feedback motor.
public:
virtual IAsyncOperation<bool> ^ TryDisableAsync() = TryDisableAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<bool> TryDisableAsync();
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<bool> TryDisableAsync();
function tryDisableAsync()
Public Function TryDisableAsync () As IAsyncOperation(Of Boolean)
Returns
Returns the result of the asynchronous operation.
- Attributes