C# Class StarryEyes.Models.Receiving.Receivers.CyclicReceiverBase

Inheritance: IDisposable
Afficher le fichier Open project: karno/StarryEyes

Méthodes publiques

Méthode Description
Dispose ( ) : void

Méthodes protégées

Méthode Description
AssertDisposed ( ) : void
CyclicReceiverBase ( ) : System
Dispose ( bool disposing ) : void
DoReceive ( ) : System.Threading.Task

Private Methods

Méthode Description
OnTimer ( ) : void

Method Details

AssertDisposed() protected méthode

protected AssertDisposed ( ) : void
Résultat void

CyclicReceiverBase() protected méthode

protected CyclicReceiverBase ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

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

DoReceive() protected abstract méthode

protected abstract DoReceive ( ) : System.Threading.Task
Résultat System.Threading.Task