C# 클래스 Tup.Utilities.Wcf.WcfServiceHost

WCF ServiceHost
TODO MQ 重试机制参考: https://msdn.microsoft.com/zh-cn/library/aa395218.aspx
파일 보기 프로젝트 열기: tupunco/Tup.Utilities

공개 메소드들

메소드 설명
RegisterAll ( ) : void

注册并运行所有 ServiceHost

UnRegisterAll ( ) : void

取消注册 ServiceHost

비공개 메소드들

메소드 설명
HandlerHostEvent ( System.ServiceModel.Description.ServiceDescription hostDescription, EventArgs e, string tag, bool isError = false ) : void

Handler ServiceHost Event

메소드 상세

RegisterAll() 공개 정적인 메소드

注册并运行所有 ServiceHost
public static RegisterAll ( ) : void
리턴 void

UnRegisterAll() 공개 정적인 메소드

取消注册 ServiceHost
public static UnRegisterAll ( ) : void
리턴 void