C# Class DBreeze.Utils.DbThreadsGator

Inheritance: IDisposable
Afficher le fichier Open project: hhblaze/DBreeze

Méthodes publiques

Méthode Description
CloseGate ( ) : bool
DbThreadsGator ( ) : System

Creates open Gate

DbThreadsGator ( bool gateIsOpen ) : System
Dispose ( ) : void
OpenGate ( ) : bool
PutGateHere ( ) : bool

Sets Gate in the code

PutGateHere ( int milliseconds ) : bool

If gate is closed then it will be closed timeout time in milliseconds

PutGateHere ( int milliseconds, bool exitContext ) : bool

If gate is closed then it will be closed timeout time in milliseconds

Method Details

CloseGate() public méthode

public CloseGate ( ) : bool
Résultat bool

DbThreadsGator() public méthode

Creates open Gate
public DbThreadsGator ( ) : System
Résultat System

DbThreadsGator() public méthode

public DbThreadsGator ( bool gateIsOpen ) : System
gateIsOpen bool
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

OpenGate() public méthode

public OpenGate ( ) : bool
Résultat bool

PutGateHere() public méthode

Sets Gate in the code
public PutGateHere ( ) : bool
Résultat bool

PutGateHere() public méthode

If gate is closed then it will be closed timeout time in milliseconds
public PutGateHere ( int milliseconds ) : bool
milliseconds int
Résultat bool

PutGateHere() public méthode

If gate is closed then it will be closed timeout time in milliseconds
public PutGateHere ( int milliseconds, bool exitContext ) : bool
milliseconds int
exitContext bool
Résultat bool