1 implementation of NewAsync
Microsoft.DotNet.Helix.Client (1)
generated-code\Storage.cs (1)
124public async Task<Models.ContainerInformation> NewAsync(
1 reference to NewAsync
Microsoft.DotNet.Helix.JobSender (1)
StorageHelpers\ApiBlobHelper.cs (1)
25ContainerInformation info = await _helixApiStorage.NewAsync(new ContainerCreationRequest(30, requestedName, targetQueue), cancellationToken).ConfigureAwait(false);