コード例 #1
0
ファイル: InstallOption.cs プロジェクト: skreddy6673/cafe
 protected override string ToDescription(Argument[] args)
 {
     return($"Installing {_product} {DownloadProductOption<TProductServerType, TStatusType>.FindVersion(args)}");
 }
コード例 #2
0
ファイル: InstallOption.cs プロジェクト: skreddy6673/cafe
 protected override Task <JobRunStatus> RunJobCore(TProductServerType productServer, Argument[] args)
 {
     return(productServer.Install(DownloadProductOption <TProductServerType, TStatusType> .FindVersion(args)));
 }