Creates a new instance of the ComponentRegistration class.
Declaring type: ComponentRegistration
Namespace: Zyan.Communication
Assembly: Zyan.Communication
Collapse/Expand Syntax
C#
public ComponentRegistration (
        Type interfaceType,
        Func<object> intializationHandler,
        Action<object> cleanUpHandler
) 
Parameters
interfaceType
Interface type of the component
intializationHandler
Delegate of initialization method
cleanUpHandler
Delegate of clean up method