ICustomFilter.PrepareAsync Method

Load/prepare for processing.

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

Syntax

IAsyncAction PrepareAsync()
'Declaration
Function PrepareAsync As IAsyncAction
IAsyncAction^ PrepareAsync()
function PrepareAsync();

Return Value

Type: IAsyncAction
An async action representing the preparation work. Return null if no preparation work is required.

Remarks

A CustomFilterAdapter will call this to allow asynchronous loading and preparation work.

Version Information

Lumia Imaging SDK

Supported in: 2.0

See Also

ICustomFilter Interface

ICustomFilter.ICustomFilter Members

Lumia.Imaging.Custom Namespace