C# 클래스 AcManager.Tools.AcErrors.Solutions.SolutionBase

상속: ISolution
파일 보기 프로젝트 열기: gro-ove/actools

공개 메소드들

메소드 설명
Run ( IAcError error, IProgress progress, CancellationToken cancellation ) : Task
ToString ( ) : string

보호된 메소드들

메소드 설명
SolutionBase ( string name, string description ) : System

메소드 상세

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

public abstract Run ( IAcError error, IProgress progress, CancellationToken cancellation ) : Task
error IAcError
progress IProgress
cancellation System.Threading.CancellationToken
리턴 Task

SolutionBase() 보호된 메소드

protected SolutionBase ( string name, string description ) : System
name string
description string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string