Share via


ForceFeedbackMotor.TryDisableAsync Method

Definition

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

Applies to