C# 클래스 SevenZip4PowerShell.ThreadedCmdlet

상속: System.Management.Automation.PSCmdlet
파일 보기 프로젝트 열기: thoemmi/7Zip4Powershell

보호된 메소드들

메소드 설명
CreateWorker ( ) : CmdletWorker
EndProcessing ( ) : void
StopProcessing ( ) : void

비공개 메소드들

메소드 설명
StartBackgroundThread ( CmdletWorker worker ) : Thread

메소드 상세

CreateWorker() 보호된 추상적인 메소드

protected abstract CreateWorker ( ) : CmdletWorker
리턴 CmdletWorker

EndProcessing() 보호된 메소드

protected EndProcessing ( ) : void
리턴 void

StopProcessing() 보호된 메소드

protected StopProcessing ( ) : void
리턴 void