Click or drag to resize

FireAndForgetCountHelperGetCountAndStatus Method

Checks the status of a FireAndForgetCount request.

Namespace:  NetQuarry
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
public void GetCountAndStatus(
	Nullable<int> fafResultID = null
)

Parameters

fafResultID (Optional)
Type: SystemNullableInt32
Optional FireAndForgetCount request ID (obtained from a previous FireAndForgetCount request). If not passed, will use either the internal request ID, or will lookup the status based on the signature of the original count SQL
See Also