ForceFeedbackMotor.LoadEffectAsync(IForceFeedbackEffect) 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 load a feedback effect to the device's internal memory.
public:
virtual IAsyncOperation<ForceFeedbackLoadEffectResult> ^ LoadEffectAsync(IForceFeedbackEffect ^ effect) = LoadEffectAsync;
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<ForceFeedbackLoadEffectResult> LoadEffectAsync(IForceFeedbackEffect const& effect);
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<ForceFeedbackLoadEffectResult> LoadEffectAsync(IForceFeedbackEffect effect);
function loadEffectAsync(effect)
Public Function LoadEffectAsync (effect As IForceFeedbackEffect) As IAsyncOperation(Of ForceFeedbackLoadEffectResult)
Parameters
- effect
- IForceFeedbackEffect
The effect to load.
Returns
Returns the result of the asynchronous operation.
- Attributes