C# Class Queue.UI.WPF.AutoRecoverQueuePlanChannel

Inheritance: IDisposable
ファイルを表示 Open project: breslavsky/queue Class Usage Examples

Private Properties

Property Type Description
CloseChannel void
CreateChannel void
Ping System.Threading.Tasks.Task
PingElapsed void
Reconnect void

Public Methods

Method Description
AutoRecoverQueuePlanChannel ( QueuePlanCallback callback, Action subscribeFunc ) : Junte.WCF
Dispose ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
CloseChannel ( ) : void
CreateChannel ( ) : void
Ping ( ) : System.Threading.Tasks.Task
PingElapsed ( object sender, System.Timers.ElapsedEventArgs e ) : void
Reconnect ( ) : void

Method Details

AutoRecoverQueuePlanChannel() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void