Example #1
0
 public override async Task RunAsync()
 {
     await _durableManager.Terminate(ConnectionString, TaskHubName, Id, Reason);
 }