Side Enumeration | Table of Content | SnapshotRecoveryOptions Constructor |
SnapshotRecoveryOptions Class |
Namespace: OnixS.NET.ICE.iMpact
public class SnapshotRecoveryOptions
The SnapshotRecoveryOptions type exposes the following members.
Name | Description | |
---|---|---|
SnapshotRecoveryOptions |
Initializes instance with default values.
|
Name | Description | |
---|---|---|
MaximumNumberOfSnapshotRecoveryAttempts |
Maximum Number Of Snapshot Recovery Attempts
-1 - unlimited (default)
0 - not to use snapshots at all
>0 - the number of attempts
| |
MaximumSizeOfLiveMessageQueue |
Maximum size of the live message queue.
By default, the value is 200000.
| |
MaximumSizeOfSnapshotMessageQueue |
Maximum size of the snapshot message queue.
By default, the value is 200000.
| |
SnapshotRecoveryTimeoutInMilliseconds |
Snapshot Recovery Timeout In Milliseconds
-1 - to wait indefinitely for snapshots (default)
0 - not to use snapshots at all
>0 - the number of milliseconds to wait
|
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns the string representation of the object.
(Overrides Object.ToString().) |