C# Class EzBus.Core.HostConfig

Inheritance: IHostConfig
Afficher le fichier Open project: Zapote/EzBus Class Usage Examples

Méthodes publiques

Méthode Description
HostConfig ( ) : System.Reflection
SetNumberOfRetrys ( int value ) : void
SetNumberOfWorkerThreads ( int threads ) : void

Private Methods

Méthode Description
CreateEndpointName ( ) : string

Method Details

HostConfig() public méthode

public HostConfig ( ) : System.Reflection
Résultat System.Reflection

SetNumberOfRetrys() public méthode

public SetNumberOfRetrys ( int value ) : void
value int
Résultat void

SetNumberOfWorkerThreads() public méthode

public SetNumberOfWorkerThreads ( int threads ) : void
threads int
Résultat void