Interface IProfileRequest
Abstracts Neon Profile Service named pipe command requests.
Namespace: Neon.Deployment
Assembly: Neon.Common.dll
Syntax
public interface IProfileRequest
Properties
Args
Returns the standard command arguments.
Declaration
Dictionary<string, string> Args { get; }
Property Value
Type | Description |
---|---|
Dictionary<string, string> |
Command
Returns the command.
Declaration
string Command { get; }
Property Value
Type | Description |
---|---|
string |