Class RemoveProxyCommand
Inheritance
RemoveProxyCommand
Assembly: Volo.Abp.Cli.Core.dll
Syntax
public class RemoveProxyCommand : ProxyCommandBase<RemoveProxyCommand>, IConsoleCommand, ITransientDependency
Constructors
RemoveProxyCommand(IOptions<AbpCliServiceProxyOptions>, IServiceScopeFactory)
Declaration
public RemoveProxyCommand(IOptions<AbpCliServiceProxyOptions> serviceProxyOptions, IServiceScopeFactory serviceScopeFactory)
Parameters
Fields
Name
Declaration
public const string Name = "remove-proxy"
Field Value
Properties
CommandName
Declaration
protected override string CommandName { get; }
Property Value
Overrides
Methods
GetShortDescription()
Declaration
public static string GetShortDescription()
Returns
GetUsageInfo()
Declaration
public override string GetUsageInfo()
Returns
Overrides
Implements
Extension Methods