C# Class IBE.SQL.DBProcess

Inheritance: IDisposable
Afficher le fichier Open project: Duke-Jones/ED-IBE Class Usage Examples

Méthodes publiques

Méthode Description
DBProcess ( DBProcessParams Parameter ) : System

starts the database process if it's not running

Dispose ( ) : void
IsConnectionOnPort ( UInt16 port ) : System.Boolean

returns true, if this port has a active tcp connection

IsListenerOnPort ( UInt16 port ) : System.Boolean

returns true, if this port has a active tcp listener

StopServer ( String user, String pass ) : void

stops the sql server

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Method Details

DBProcess() public méthode

starts the database process if it's not running
public DBProcess ( DBProcessParams Parameter ) : System
Parameter DBProcessParams
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Dispose() protected méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

IsConnectionOnPort() public static méthode

returns true, if this port has a active tcp connection
public static IsConnectionOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
Résultat System.Boolean

IsListenerOnPort() public static méthode

returns true, if this port has a active tcp listener
public static IsListenerOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
Résultat System.Boolean

StopServer() public méthode

stops the sql server
public StopServer ( String user, String pass ) : void
user String
pass String
Résultat void