Class BlobCommand
- Namespace
- TypedRest.CommandLine.Commands.Raw
- Assembly
- TypedRest.CommandLine.dll
Command operating on an IBlobEndpoint.
public class BlobCommand : EndpointCommand<IBlobEndpoint>, IEndpointCommand
- Inheritance
-
BlobCommand
- Implements
- Inherited Members
Constructors
BlobCommand(IBlobEndpoint)
Command operating on an IBlobEndpoint.
public BlobCommand(IBlobEndpoint endpoint)
Parameters
endpoint
IBlobEndpointThe endpoint this command operates on.
Methods
ExecuteInnerAsync(IReadOnlyList<string>, CancellationToken)
Parses command-line arguments and executes the resulting operation when no additional sub-IEndpointCommand is specified.
protected override Task ExecuteInnerAsync(IReadOnlyList<string> args, CancellationToken cancellationToken = default)
Parameters
args
IReadOnlyList<string>the console arguments.
cancellationToken
CancellationTokenUsed to cancel the request.