C# 클래스 PSParallel.InvokeParallelCommand.WorkerBase

파일 보기 프로젝트 열기: powercode/PSParallel

보호된 프로퍼티들

프로퍼티 타입 설명
Cmdlet InvokeParallelCommand
Pool PowershellPool

공개 메소드들

메소드 설명
EndProcessing ( ) : void
ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void
WriteProgress ( Collection progress ) : void

보호된 메소드들

메소드 설명
WorkerBase ( InvokeParallelCommand cmdlet ) : System
WriteOutputs ( ) : void
WriteProgress ( System.Management.Automation.ProgressRecord record ) : void

메소드 상세

EndProcessing() 공개 추상적인 메소드

public abstract EndProcessing ( ) : void
리턴 void

ProcessRecord() 공개 추상적인 메소드

public abstract ProcessRecord ( System.Management.Automation.PSObject inputObject ) : void
inputObject System.Management.Automation.PSObject
리턴 void

WorkerBase() 보호된 메소드

protected WorkerBase ( InvokeParallelCommand cmdlet ) : System
cmdlet InvokeParallelCommand
리턴 System

WriteOutputs() 보호된 메소드

protected WriteOutputs ( ) : void
리턴 void

WriteProgress() 공개 추상적인 메소드

public abstract WriteProgress ( Collection progress ) : void
progress Collection
리턴 void

WriteProgress() 보호된 메소드

protected WriteProgress ( System.Management.Automation.ProgressRecord record ) : void
record System.Management.Automation.ProgressRecord
리턴 void

프로퍼티 상세

Cmdlet 보호되어 있는 프로퍼티

protected InvokeParallelCommand,PSParallel Cmdlet
리턴 InvokeParallelCommand

Pool 보호되어 있는 프로퍼티

protected PowershellPool,PSParallel Pool
리턴 PowershellPool