Adds a handler to an event of a server component.
Declaring type: IZyanDispatcher
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public abstract void AddEventHandler (
        string interfaceName,
        DelegateCorrelationInfo correlation,
        string uniqueName
) 
Parameters
interfaceName
Name of the server component interface
correlation
Correlation information
uniqueName
Unique name of the server component instance (May left empty, if component isnĀ“t registered with a unique name)