C# 클래스 DBreeze.Utils.DbThreadsGator

상속: IDisposable
파일 보기 프로젝트 열기: hhblaze/DBreeze

공개 메소드들

메소드 설명
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

메소드 상세

CloseGate() 공개 메소드

public CloseGate ( ) : bool
리턴 bool

DbThreadsGator() 공개 메소드

Creates open Gate
public DbThreadsGator ( ) : System
리턴 System

DbThreadsGator() 공개 메소드

public DbThreadsGator ( bool gateIsOpen ) : System
gateIsOpen bool
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

OpenGate() 공개 메소드

public OpenGate ( ) : bool
리턴 bool

PutGateHere() 공개 메소드

Sets Gate in the code
public PutGateHere ( ) : bool
리턴 bool

PutGateHere() 공개 메소드

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

PutGateHere() 공개 메소드

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