Class VpsHelperDevCode
- Namespace
- SunamoDevCode.SunamoSolutionsIndexer
- Assembly
- SunamoDevCode.dll
Helper class for VPS-related operations with DevCode solutions.
public class VpsHelperDevCode
- Inheritance
-
VpsHelperDevCode
- Inherited Members
- Extension Methods
Properties
ListSczAdmin64
Gets the list of SCZ Admin64 solutions.
public static PpkOnDriveDC ListSczAdmin64 { get; }
Property Value
ListVpsNew
Gets the list of VPS new solutions.
public static PpkOnDriveDC ListVpsNew { get; }
Property Value
PullAllResult
Gets or sets the result of pull all operation.
public static string? PullAllResult { get; set; }
Property Value
Methods
PullAll()
Pulls all solutions from VPS.
public static string PullAll()
Returns
- string
PowerShell pull commands as string.
PushAll(Func<List<string>, Task<List<List<string>>>>)
Pushes all solutions to VPS.
public static Task PushAll(Func<List<string>, Task<List<List<string>>>> psInvoke)