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: 640db774aa42dfbe1785add27fbb41844ec5c7d4
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