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

Inheritance: IDisposable
显示文件 Open project: karno/StarryEyes

Public Methods

Method Description
Dispose ( ) : void

Protected Methods

Method Description
AssertDisposed ( ) : void
CyclicReceiverBase ( ) : System
Dispose ( bool disposing ) : void
DoReceive ( ) : System.Threading.Task

Private Methods

Method Description
OnTimer ( ) : void

Method Details

AssertDisposed() protected method

protected AssertDisposed ( ) : void
return void

CyclicReceiverBase() protected method

protected CyclicReceiverBase ( ) : System
return System

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

DoReceive() protected abstract method

protected abstract DoReceive ( ) : System.Threading.Task
return System.Threading.Task