C# 클래스 Queue.UI.WPF.AutoRecoverQueuePlanChannel

상속: IDisposable
파일 보기 프로젝트 열기: breslavsky/queue 1 사용 예제들

Private Properties

프로퍼티 타입 설명
CloseChannel void
CreateChannel void
Ping System.Threading.Tasks.Task
PingElapsed void
Reconnect void

공개 메소드들

메소드 설명
AutoRecoverQueuePlanChannel ( QueuePlanCallback callback, Action subscribeFunc ) : Junte.WCF
Dispose ( ) : void

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

비공개 메소드들

메소드 설명
CloseChannel ( ) : void
CreateChannel ( ) : void
Ping ( ) : System.Threading.Tasks.Task
PingElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
Reconnect ( ) : void

메소드 상세

AutoRecoverQueuePlanChannel() 공개 메소드

public AutoRecoverQueuePlanChannel ( QueuePlanCallback callback, Action subscribeFunc ) : Junte.WCF
callback Queue.Services.Contracts.Server.QueuePlanCallback
subscribeFunc Action
리턴 Junte.WCF

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Dispose() 보호된 메소드

protected Dispose ( bool disposing ) : void
disposing bool
리턴 void