C# 클래스 Appccelerate.ScopingEventBroker.EventScopingStandardFactory

상속: StandardFactory, IEventScopeContextFactory
파일 보기 프로젝트 열기: appccelerate/appccelerate 1 사용 예제들

공개 메소드들

메소드 설명
CreateScopeContext ( ) : IEventScopeContext
EventScopingStandardFactory ( ) : System
EventScopingStandardFactory ( IEventScopeFactory eventScopeFactory ) : System

보호된 메소드들

메소드 설명
ActivateHandler ( Type handlerType ) : IHandler

메소드 상세

ActivateHandler() 보호된 메소드

protected ActivateHandler ( Type handlerType ) : IHandler
handlerType System.Type
리턴 IHandler

CreateScopeContext() 공개 메소드

public CreateScopeContext ( ) : IEventScopeContext
리턴 IEventScopeContext

EventScopingStandardFactory() 공개 메소드

public EventScopingStandardFactory ( ) : System
리턴 System

EventScopingStandardFactory() 공개 메소드

public EventScopingStandardFactory ( IEventScopeFactory eventScopeFactory ) : System
eventScopeFactory IEventScopeFactory
리턴 System