C# 클래스 WCF.Performance.Samples.HelloServiceInvoker

파일 보기 프로젝트 열기: donatasm/WCF-Performance-Tuning 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Client IHelloService
Index int
Time System.TimeSpan

공개 메소드들

메소드 설명
HelloServiceInvoker ( int index, IHelloService client ) : System
InvokeService ( ) : void

메소드 상세

HelloServiceInvoker() 공개 메소드

public HelloServiceInvoker ( int index, IHelloService client ) : System
index int
client IHelloService
리턴 System

InvokeService() 공개 메소드

public InvokeService ( ) : void
리턴 void

프로퍼티 상세

Client 공개적으로 프로퍼티

public IHelloService Client
리턴 IHelloService

Index 공개적으로 프로퍼티

public int Index
리턴 int

Time 공개적으로 프로퍼티

public TimeSpan,System Time
리턴 System.TimeSpan