AsynchronousEventHandlerBaseFinish Method Content Studio 5.7 SDK
Content Studio Web Content Management System

[This is preliminary documentation and is subject to change.]

This method gets called after that the event handler work operation has been completed.

Namespace: ContentStudio.EventActions.AsynchronousEventHandlers
Assembly: AsynchronousEventHandlers (in AsynchronousEventHandlers.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected virtual void Finish()
Remarks

When overridden in derived classes this method can be used to report a status message to Content Studio by setting the Status property or to perform any other actions after that the work operation has been completed.
See Also

Reference