Allowed shutdown modes.
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 |
Namespace: FirebirdSql.Data.Firebird.Services
Assembly: FirebirdSql.Data.Firebird (in FirebirdSql.Data.Firebird.dll)
FirebirdSql.Data.Firebird.Services Namespace