Bamboo.Prevalence.Util.SnapshotTaker.SnapshotTaker C# (CSharp) Method

SnapshotTaker() public method

Creates a new SnapshotTaker for the PrevalenceEngine engine with a period between snapshots equals to period but with no file cleanup policy (no files will be deleted from the prevalence base folder).
public SnapshotTaker ( PrevalenceEngine engine, System.TimeSpan period ) : System
engine Bamboo.Prevalence.PrevalenceEngine prevalence engine to take snapshots from
period System.TimeSpan period between snapshots
return System
		public SnapshotTaker(PrevalenceEngine engine, TimeSpan period) : this(engine, period, NullCleanUpPolicy.Default)
		{			
		}

Same methods

SnapshotTaker::SnapshotTaker ( PrevalenceEngine engine, System.TimeSpan period, ICleanUpPolicy cleanUpPolicy ) : System