C# Class Queue.UI.WPF.AutoRecoverQueuePlanChannel

Inheritance: IDisposable
Afficher le fichier Open project: breslavsky/queue Class Usage Examples

Private Properties

Свойство Type Description
CloseChannel void
CreateChannel void
Ping System.Threading.Tasks.Task
PingElapsed void
Reconnect void

Méthodes publiques

Méthode Description
AutoRecoverQueuePlanChannel ( QueuePlanCallback callback, Action subscribeFunc ) : Junte.WCF
Dispose ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Private Methods

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

Method Details

AutoRecoverQueuePlanChannel() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void