EssCloseAsyncProc

Closes the connection for a finished or canceled asynchronous dimension build or data load, and returns the current state of the process.

Syntax

ESS_FUNC_M EssCloseAsyncProc (hCtx, ProcState);
ParameterData TypeDescription

hCtx

ESS_HCTX_T

API context handle.

ProcState

ESS_PBLDDL_STATE_T

Address of pointer to receive allocated process state structure.

Notes

Call this function after initiating an asynchronous process using EssAsyncImport or EssAsyncBuildDim.

Return Value

Returns zero if successful. Otherwise, returns an error code.

Example

See the example for EssAsyncBuildDim.

See Also