ForceFeedbackMotor.TryEnableAsync Method

Definition

Try to asynchronously enable the force feedback motor of the device.

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

Returns

Returns the result of the asynchronous operation.

Attributes

Applies to