Метод | Описание | |
---|---|---|
CreateEngine ( System systemType, string prevalenceBase ) : |
Creates a new prevalence engine for the prevalent system type specified by the systemType argument. The prevalence log files will be read from/written to the prevalenceBase directory. |
|
CreateEngine ( System systemType, string prevalenceBase, |
Creates a new prevalence engine for the prevalent system type specified by the systemType argument.
|
|
CreateEngine ( System systemType, string prevalenceBase, bool autoVersionMigration ) : |
See CreateEngine(System.Type,System.String,System.Boolean,PrevalenceEngine.ExceptionDuringRecoveryHandler).
|
|
CreateEngine ( System systemType, string prevalenceBase, bool autoVersionMigration, |
Creates a new prevalence engine for the prevalent system type specified by the systemType argument with the option to automatically support the migration from older serialization layout versions.
|
|
CreateTransparentEngine ( System systemType, string prevalenceBase ) : |
Creates a new transparent prevalence engine for the prevalent system type specified by the systemType argument. A transparent prevalence engine automatically intercepts the calls made to the prevalent system and creates command objects as needed. |
|
CreateTransparentEngine ( System systemType, string prevalenceBase, |
CreateTransparentEngine(System.Type, string)
|
|
CreateTransparentEngine ( System systemType, string prevalenceBase, bool autoVersionMigration ) : |
CreateTransparentEngine(System.Type, string)
|
Метод | Описание | |
---|---|---|
CheckEngineParameters ( System systemType, string prevalenceBase ) : void | ||
CreateAutoVersionMigrationFormatter ( System type ) : |
||
CreateBinaryFormatter ( ) : |
||
CreateRequestedEngine ( System systemType, string prevalenceBase, |
public static CreateEngine ( System systemType, string prevalenceBase ) : |
||
systemType | System | prevalent system type, must be serializable |
prevalenceBase | string | directory where to store log files |
Результат |
public static CreateEngine ( System systemType, string prevalenceBase, |
||
systemType | System | prevalent system type, must be serializable |
prevalenceBase | string | directory where to store log files |
formatter | serialization formatter that should be used for reading from/writing to the logs | |
handler | delegate to receive notifications of any exceptions thrown during recovery | |
Результат |
public static CreateEngine ( System systemType, string prevalenceBase, bool autoVersionMigration ) : |
||
systemType | System | |
prevalenceBase | string | |
autoVersionMigration | bool | |
Результат |
public static CreateEngine ( System systemType, string prevalenceBase, bool autoVersionMigration, |
||
systemType | System | prevalent system type, must be serializable |
prevalenceBase | string | directory where to store log files |
autoVersionMigration | bool | include support for auto version migration |
handler | delegate to receive notifications about any exceptions during recovery | |
Результат |
public static CreateTransparentEngine ( System systemType, string prevalenceBase ) : |
||
systemType | System | prevalent system type, must be serializable and inherited from /// System.MarshalByRefObject |
prevalenceBase | string | directory where to store log files |
Результат |
public static CreateTransparentEngine ( System systemType, string prevalenceBase, |
||
systemType | System | |
prevalenceBase | string | |
formatter | ||
Результат |
public static CreateTransparentEngine ( System systemType, string prevalenceBase, bool autoVersionMigration ) : |
||
systemType | System | |
prevalenceBase | string | |
autoVersionMigration | bool | |
Результат |