AsynchronousEventHandlerBase Methods Content Studio 5.7 SDK
Content Studio Web Content Management System

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

The AsynchronousEventHandlerBase type exposes the following members.

Methods

  Name Description
Public method Dispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
Protected method Dispose(Boolean)
Releases unmanaged and - optionally - managed resources
Protected method DoWork
When implemented in derived class performs the actual work in the event handler.
Public method Equals (Inherited from Object.)
Protected method ExistsExtendedProperty
Determines whether the specified extended property exists.
Protected method Finalize
Releases unmanaged resources and performs other cleanup operations before the AsynchronousEventHandlerBase is reclaimed by garbage collection.
(Overrides ObjectFinalize.)
Protected method Finish
This method gets called after that the event handler work operation has been completed.
Protected method GetExtendedPropertyValue(Type, String)
Gets the extended property value as a specific data type.
Protected method GetExtendedPropertyValueT(String)
Gets the extended property value as a specific data type.
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method Init
When overridden in derived classes, performs custom initialization.
Protected method MemberwiseClone (Inherited from Object.)
Protected method ParseCustomData
When overridden in derived classes, developers can use this method to get the custom data passed in to the event handler.
Protected method Code example ParseInputXml
Parses the event data xml passed in the event handler.
Protected method Code example PreInit
Initializes the value of the passed event handler properties to their corresponding properties.
Public method ToString (Inherited from Object.)
Protected method ValidateEvent
When implemented in derived classes, examines the event that triggered this event handler and returns a value that specifies whether the handler is valid for the event executed.
Top
See Also

Reference