ICSAsyncEventHandler Interface Content Studio 5.7 SDK
Content Studio Web Content Management System

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

An interface that asynchronous event handler objects implements. The Content Studio service manager calls into the external object's implementation of this interface.

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

public interface ICSAsyncEventHandler

The ICSAsyncEventHandler type exposes the following members.

Methods

  NameDescription
Public methodCode exampleEventHandler
Defines an asynchronous Content Studio event handler. Objects that implement this interface can act as an event handler for asynchronous events.
Top
Remarks

Note Note

Breaking changes between Content Studio version 5.2 and earlier versions!

This interface is no longer defined in the CSServer5 assembly, instead it has been moved into a separate assembly in order to prevent versioning problems for compiled code that implement them when a new version of Content Studio. Compiled event handlers needed to be recompiled after each upgrade of the product. This will no longer be required.

See Also

Reference

Other Resources