SnapshotRecoveryOptions Constructor     | Table of Content | MaximumNumberOfSnapshotRecoveryAttempts Property ![]()  | 
| SnapshotRecoveryOptions Properties | 
The SnapshotRecoveryOptions type exposes the following members.
| 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
        |