コード例 #1
0
 public async Task DisposeAsync()
 {
     _indexPage.Dispose();
     await _dockerDispatcher.StopContainer(_dockerContainerId);
 }