Share via


EffectGroupBase.LoadAsync Method

Lets the effect group do asynchronous preparation work before being rendered.

Namespace: Lumia.Imaging.Custom
Assembly: Lumia.Imaging.Managed (in Lumia.Imaging.Managed.dll) Version: 0.0.0.0

Syntax

protected virtual IAsyncAction LoadAsync()
'Declaration
Protected Overridable Function LoadAsync As IAsyncAction
protected:
virtual IAsyncAction^ LoadAsync()
function LoadAsync();

Return Value

Type: IAsyncAction
An asynchronous action that completes when the effect group preparation work is done.

Remarks

The internal structure of the effect group must not be changed during this call. Any changes in the connections between member effects must happen in PrepareGroup(IImageProvider).

Note that if the effect group does not need asynchronous loading, it should not overload this method.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

EffectGroupBase Class

EffectGroupBase.EffectGroupBase Members

Lumia.Imaging.Custom Namespace