Firebird ADO.NET Provider SDK Documentation - v1.7

FbShutdownMode Enumeration

Allowed shutdown modes.

[Visual Basic]
Public Enum FbShutdownMode
[C#]
public enum FbShutdownMode

Members

Member Name Description
Forced Shut down the database after the specified number of seconds; to shut down the database immediately, set the shutdown interval to 0.
DenyTransaction Deny new transactions and shut down the database after the specified number of seconds; if transactions are active after the shutdown interval has expired, the shutdown will fail; to shut down the database immediately, set the shutdown interval to 0.
DenyConnection Deny new connections and shut down the database after the specified number of seconds; if connections are active after the shutdown interval has expired, the shutdown will fail; to shut down the database immediately, set the shutdown interval to 0

Requirements

Namespace: FirebirdSql.Data.Firebird.Services

Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)

See Also

FirebirdSql.Data.Firebird.Services Namespace