C# 클래스 Castle.Facilities.WcfIntegration.AdHocServiceHostAware

상속: AbstractServiceHostAware
파일 보기 프로젝트 열기: castleproject/Windsor 1 사용 예제들

공개 메소드들

메소드 설명
OnClosed ( Action action ) : AdHocServiceHostAware
OnClosing ( Action action ) : AdHocServiceHostAware
OnCreated ( Action action ) : AdHocServiceHostAware
OnFaulted ( Action action ) : AdHocServiceHostAware
OnOpened ( Action action ) : AdHocServiceHostAware
OnOpening ( Action action ) : AdHocServiceHostAware

보호된 메소드들

메소드 설명
Closed ( System.ServiceModel.ServiceHost serviceHost ) : void
Closing ( System.ServiceModel.ServiceHost serviceHost ) : void
Created ( System.ServiceModel.ServiceHost serviceHost ) : void
Faulted ( System.ServiceModel.ServiceHost serviceHost ) : void
Opened ( System.ServiceModel.ServiceHost serviceHost ) : void
Opening ( System.ServiceModel.ServiceHost serviceHost ) : void

비공개 메소드들

메소드 설명
Apply ( System.ServiceModel.ServiceHost serviceHost, Action action ) : void

메소드 상세

Closed() 보호된 메소드

protected Closed ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void

Closing() 보호된 메소드

protected Closing ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void

Created() 보호된 메소드

protected Created ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void

Faulted() 보호된 메소드

protected Faulted ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void

OnClosed() 공개 메소드

public OnClosed ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

OnClosing() 공개 메소드

public OnClosing ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

OnCreated() 공개 메소드

public OnCreated ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

OnFaulted() 공개 메소드

public OnFaulted ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

OnOpened() 공개 메소드

public OnOpened ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

OnOpening() 공개 메소드

public OnOpening ( Action action ) : AdHocServiceHostAware
action Action
리턴 AdHocServiceHostAware

Opened() 보호된 메소드

protected Opened ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void

Opening() 보호된 메소드

protected Opening ( System.ServiceModel.ServiceHost serviceHost ) : void
serviceHost System.ServiceModel.ServiceHost
리턴 void