Share via


AifAsyncResult.parmAsyncState Method [AX 2012]

Gets or sets the user object provided as a parameter to the asynchronous X++ operation.

Syntax

public Object parmAsyncState([Object _asyncState])

Run On

Called

Parameters

Return Value

Type: Object Class
The user asynchronous state previously assigned, or null if empty.

Remarks

Assign the asynchronous state property if a correlation is needed between the asynchronous callback and the asynchronous operation called.

See Also

Reference

AifAsyncResult Class