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

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

This interface has a set of properties that defines the value of a numeric Content Studio event. Asynchronous event handlers in Content Studio can implement this interface to indicate that their implementation is limited to handle a single event type only.

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

public interface ISingleAsynchronousHandler

The ISingleAsynchronousHandler type exposes the following members.

Properties

  NameDescription
Public propertySupportedEventIdentifier
Gets the numeric identifier of the event allowed.
Public propertySupportedEventName
Gets the name of the event allowed.
Top
See Also

Reference