C# Class FastQuant.EventPipe

Afficher le fichier Open project: fastquant/fastquant.dll Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
Add ( IEventQueue queue ) : void
Clear ( ) : void
Dequeue ( ) : Event
EventPipe ( Framework framework, bool threaded = false ) : System
IsEmpty ( ) : bool
Read ( ) : Event
Remove ( IEventQueue queue ) : void

Method Details

Add() public méthode

public Add ( IEventQueue queue ) : void
queue IEventQueue
Résultat void

Clear() public méthode

public Clear ( ) : void
Résultat void

Dequeue() public méthode

public Dequeue ( ) : Event
Résultat Event

EventPipe() public méthode

public EventPipe ( Framework framework, bool threaded = false ) : System
framework Framework
threaded bool
Résultat System

IsEmpty() public méthode

public IsEmpty ( ) : bool
Résultat bool

Read() public méthode

public Read ( ) : Event
Résultat Event

Remove() public méthode

public Remove ( IEventQueue queue ) : void
queue IEventQueue
Résultat void