OnBackgroundOperationComplete Action

A business event you can subscribe to in order to be notified when a background operation completes. You should not use this action directly.

Parameters

Parameters allow for data to be passed to the action.

Name Type Nullable Unicode Description
PayloadType
Edm.Int32 False True

This value will always be 0.

LocationUrl
Edm.String False False

The status monitor resource URL for the background operation.

BackgroundOperationId
Edm.Guid False True

The unique identifier of the backgroundoperation table row.

CallbackUrl
Edm.String True False

For internal use only. When subscribing to this event, the value is masked for security reasons.

Return Type

Type Nullable Description
OnBackgroundOperationCompleteResponse False Contains the response of the OnBackgroundOperationComplete action.

Remarks

Important

Don't use this action in your client application.

This action exists so that you can subscribe to events that occur for background operations.

More information:

See also