XLL+ Class Library (7.0)

Function.CreateAsyncVersion

Specifies that an asynchronous version of the function should also be created.

Remarks

If this property is set to true, then an additional add-in function will be created which runs the core function asynchronously, in a worker thread. The function will be have the same name as the core function, plus the suffix "Async".

The default value for the property is false.

See Also

Function Model | Function Properties | Asynchronous functions