C# Class NuGet.TeamCity.AgentAuthorizer.Application

ファイルを表示 Open project: NuGet/Entropy Class Usage Examples

Public Methods

Method Description
RunAsync ( string args ) : Task
TryParseOptions ( string args, Options &options ) : bool

Private Methods

Method Description
PrepareAgentAsync ( Options options, TeamCityClient client ) : Task
RunAsync ( Options options ) : Task

Method Details

RunAsync() public method

public RunAsync ( string args ) : Task
args string
return Task

TryParseOptions() public static method

public static TryParseOptions ( string args, Options &options ) : bool
args string
options Options
return bool