C# Class FastQuant.ReminderEventQueue

Inheritance: SortedEventQueue
Datei anzeigen Open project: fastquant/fastquant.dll

Public Methods

Method Description
ReminderEventQueue ( ) : System
Remove ( ReminderCallback callback, System.DateTime dateTime ) : void

Method Details

ReminderEventQueue() public method

public ReminderEventQueue ( ) : System
return System

Remove() public method

public Remove ( ReminderCallback callback, System.DateTime dateTime ) : void
callback ReminderCallback
dateTime System.DateTime
return void