Exemplo n.º 1
0
 /// <summary>
 /// Initialize a new instance of the <see cref="BackgroundScheduler"/> with a <see cref="ExpirationTask"/> and
 /// a <see cref="ScavengerTask"/>.
 /// </summary>
 /// <param name="expirationTask">The expiration task to use.</param>
 /// <param name="scavengerTask">The scavenger task to use.</param>
 /// <param name="instrumentationProvider">The instrumentation provider to use.</param>
 public BackgroundScheduler(ExpirationTask expirationTask)
 {
     this.expirationTask = expirationTask;
     //this.scavengerTask = scavengerTask;
     //this.instrumentationProvider = instrumentationProvider;
 }
Exemplo n.º 2
0
 /// <summary>
 /// Initialize a new instance of the <see cref="BackgroundScheduler"/> with a <see cref="ExpirationTask"/> and 
 /// a <see cref="ScavengerTask"/>.
 /// </summary>
 /// <param name="expirationTask">The expiration task to use.</param>
 /// <param name="scavengerTask">The scavenger task to use.</param>
 /// <param name="instrumentationProvider">The instrumentation provider to use.</param>
 public BackgroundScheduler(ExpirationTask expirationTask)
 {
     this.expirationTask = expirationTask;
     //this.scavengerTask = scavengerTask;
     //this.instrumentationProvider = instrumentationProvider;
 }