C# Class WCF.Performance.Samples.HelloServiceInvoker

Datei anzeigen Open project: donatasm/WCF-Performance-Tuning Class Usage Examples

Public Properties

Property Type Description
Client IHelloService
Index int
Time System.TimeSpan

Public Methods

Method Description
HelloServiceInvoker ( int index, IHelloService client ) : System
InvokeService ( ) : void

Method Details

HelloServiceInvoker() public method

public HelloServiceInvoker ( int index, IHelloService client ) : System
index int
client IHelloService
return System

InvokeService() public method

public InvokeService ( ) : void
return void

Property Details

Client public_oe property

public IHelloService Client
return IHelloService

Index public_oe property

public int Index
return int

Time public_oe property

public TimeSpan,System Time
return System.TimeSpan