C# Класс Rebel.Framework.ProviderSupport.InstallStatus

Describes the install status of a provider
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
InstallStatus ( InstallStatusType statusType, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System

Initializes a new instance of the T:System.Object class.

Описание методов

InstallStatus() публичный Метод

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, Exception error = null ) : System
statusType InstallStatusType
error System.Exception
Результат System

InstallStatus() публичный Метод

Initializes a new instance of the T:System.Object class.
public InstallStatus ( InstallStatusType statusType, IEnumerable taskToRun, Exception error = null ) : System
statusType InstallStatusType
taskToRun IEnumerable
error System.Exception
Результат System