C# Class EzBus.Core.HostConfig

Inheritance: IHostConfig
Show file Open project: Zapote/EzBus Class Usage Examples

Public Methods

Method Description
HostConfig ( ) : System.Reflection
SetNumberOfRetrys ( int value ) : void
SetNumberOfWorkerThreads ( int threads ) : void

Private Methods

Method Description
CreateEndpointName ( ) : string

Method Details

HostConfig() public method

public HostConfig ( ) : System.Reflection
return System.Reflection

SetNumberOfRetrys() public method

public SetNumberOfRetrys ( int value ) : void
value int
return void

SetNumberOfWorkerThreads() public method

public SetNumberOfWorkerThreads ( int threads ) : void
threads int
return void