C# Class DBreeze.Utils.DbThreadsGator

Inheritance: IDisposable
Datei anzeigen Open project: hhblaze/DBreeze

Public Methods

Method 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 method

public CloseGate ( ) : bool
return bool

DbThreadsGator() public method

Creates open Gate
public DbThreadsGator ( ) : System
return System

DbThreadsGator() public method

public DbThreadsGator ( bool gateIsOpen ) : System
gateIsOpen bool
return System

Dispose() public method

public Dispose ( ) : void
return void

OpenGate() public method

public OpenGate ( ) : bool
return bool

PutGateHere() public method

Sets Gate in the code
public PutGateHere ( ) : bool
return bool

PutGateHere() public method

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

PutGateHere() public method

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