Removes a handler from an event of a server component.
Declaring type: ZyanDispatcher
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public void RemoveEventHandler (
        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)