IEventHandlerManager Interface

Relativity Services API
Exposes the methods for managing event handlers on object types.

Namespace:  Relativity.Services.Interfaces.EventHandler
Assembly:  Relativity.Services.Interfaces (in Relativity.Services.Interfaces.dll) Version: 13.3.1.1 045207d562027f7bb0eaa843477ebb7cba5b9f0a
Syntax

public interface IEventHandlerManager : IDisposable

The IEventHandlerManager type exposes the following members.

Methods

  NameDescription
Public methodAttachAsync
Attaches an event handler to an object type.
Public methodDetachAsync
Detaches an event handler from an object type. The event handler cannot be removed if its apart of a locked application.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodGetAttachedAsync
Lists the attached event handlers on an object type.
Public methodGetAvailableEventHandlersAsync
Returns a list of event handlers availabe to attach to an object type.
Top
See Also

Reference