PowerShellRunspacePoolResource.addScript
Method
interface PowerShellRunspacePoolResource { // ... omitted for brevity addScript( name: string, script: string): PowerShellScriptResource;}Signature
method
addScript builder Adds a PowerShell script resource to the distributed application.
addScript( name: string, script: string): PowerShellScriptResourceParameters
name string script string Returns
PowerShellScriptResource Defined on
This method is defined on the following type: