C# Class Appccelerate.ScopingEventBroker.EventScopingStandardFactory

Inheritance: StandardFactory, IEventScopeContextFactory
Show file Open project: appccelerate/appccelerate Class Usage Examples

Public Methods

Method Description
CreateScopeContext ( ) : IEventScopeContext
EventScopingStandardFactory ( ) : System
EventScopingStandardFactory ( IEventScopeFactory eventScopeFactory ) : System

Protected Methods

Method Description
ActivateHandler ( Type handlerType ) : IHandler

Method Details

ActivateHandler() protected method

protected ActivateHandler ( Type handlerType ) : IHandler
handlerType System.Type
return IHandler

CreateScopeContext() public method

public CreateScopeContext ( ) : IEventScopeContext
return IEventScopeContext

EventScopingStandardFactory() public method

public EventScopingStandardFactory ( ) : System
return System

EventScopingStandardFactory() public method

public EventScopingStandardFactory ( IEventScopeFactory eventScopeFactory ) : System
eventScopeFactory IEventScopeFactory
return System