C# Класс IBE.SQL.DBProcess

Наследование: IDisposable
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Описание методов

DBProcess() публичный Метод

starts the database process if it's not running
public DBProcess ( DBProcessParams Parameter ) : System
Parameter DBProcessParams
Результат System

Dispose() публичный Метод

public Dispose ( ) : void
Результат void

Dispose() защищенный Метод

protected Dispose ( bool disposing ) : void
disposing bool
Результат void

IsConnectionOnPort() публичный статический Метод

returns true, if this port has a active tcp connection
public static IsConnectionOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
Результат System.Boolean

IsListenerOnPort() публичный статический Метод

returns true, if this port has a active tcp listener
public static IsListenerOnPort ( UInt16 port ) : System.Boolean
port System.UInt16
Результат System.Boolean

StopServer() публичный Метод

stops the sql server
public StopServer ( String user, String pass ) : void
user String
pass String
Результат void