MessageMgr::SetSnapshotInterval
Defined in:  
Sets the time in between snapshots.
C4Messages.hPrototype
void SetSnapshotInterval(int32 time) const;
Parameters
| time | The time between snapshots, in milliseconds. | 
Description
The SetSnapshotInterval function sets the time, in millseconds, that the Message Manager waits after sending a state snapshot before the next snapshot is sent. The default snapshot interval is 50 millseconds, corresponding to 20 snapshots per second.
See Also
MessageMgr::GetSnapshotInterval
