C# 클래스 EzBus.Core.HostConfig

상속: IHostConfig
파일 보기 프로젝트 열기: Zapote/EzBus 1 사용 예제들

공개 메소드들

메소드 설명
HostConfig ( ) : System.Reflection
SetNumberOfRetrys ( int value ) : void
SetNumberOfWorkerThreads ( int threads ) : void

비공개 메소드들

메소드 설명
CreateEndpointName ( ) : string

메소드 상세

HostConfig() 공개 메소드

public HostConfig ( ) : System.Reflection
리턴 System.Reflection

SetNumberOfRetrys() 공개 메소드

public SetNumberOfRetrys ( int value ) : void
value int
리턴 void

SetNumberOfWorkerThreads() 공개 메소드

public SetNumberOfWorkerThreads ( int threads ) : void
threads int
리턴 void