Example #1
0
 public Task OnInterruptedAsync(InterruptedParameter parameter)
 {
     return Task.Factory.StartNew(() =>
     {
         m_logger = Models.Logger.StartNew(BasePath, parameter.Name);
         m_logger.Insert("", "", parameter.Genre, parameter.Description, parameter.Comment);
     });
 }
Example #2
0
 public Task OnInterruptedAsync(InterruptedParameter parameter)
 {
     return null;
 }