To use this function add it to the class library file named OrchestratorService.ts
GitHub Repository: https://github.com/SimonSparksUK/Orchestrator
Filename: OrchestratorService.ts
Description: Orchestrator Function to Remove a PowerShell Host
Function: PowerShellHostRemove
public PowerShellHostRemove(objPowerShellHost: PowerShellHost): void {
PowerShellHostManager.remove(objPowerShellHost.id);
}Discover more from Cloud Build Tools
Subscribe to get the latest posts sent to your email.
