C# 클래스 Castle.Facilities.WcfIntegration.Tests.Components.ServiceWithSession

상속: IServiceWithSession
파일 보기 프로젝트 열기: castleproject/Windsor

공개 프로퍼티들

프로퍼티 타입 설명
InstanceCount int

공개 메소드들

메소드 설명
Initiating ( string a ) : void
Operation1 ( string a ) : void
Operation2 ( string a ) : void
ServiceWithSession ( IOne one, ITwo two ) : System.ServiceModel
Terminating ( ) : void

메소드 상세

Initiating() 공개 메소드

public Initiating ( string a ) : void
a string
리턴 void

Operation1() 공개 메소드

public Operation1 ( string a ) : void
a string
리턴 void

Operation2() 공개 메소드

public Operation2 ( string a ) : void
a string
리턴 void

ServiceWithSession() 공개 메소드

public ServiceWithSession ( IOne one, ITwo two ) : System.ServiceModel
one IOne
two ITwo
리턴 System.ServiceModel

Terminating() 공개 메소드

public Terminating ( ) : void
리턴 void

프로퍼티 상세

InstanceCount 공개적으로 정적으로 프로퍼티

public static int InstanceCount
리턴 int