C# Класс BclExtras.Threading.OperationContext

Base implementation of IOperationContext
Показать файл Открыть проект

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

Метод Описание
PerformStep ( ) : void
SetCurrentStep ( int current ) : void
SetIsCancelAllowed ( bool value ) : void
SetStepInformation ( int total ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string msg ) : void
SetTitle ( string msg ) : void
ThrowIfCanceled ( ) : void

Приватные методы

Метод Описание
OperationContext ( IProgressTrackerProxy dialog ) : System

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

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

public PerformStep ( ) : void
Результат void

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

public SetCurrentStep ( int current ) : void
current int
Результат void

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

public SetIsCancelAllowed ( bool value ) : void
value bool
Результат void

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

public SetStepInformation ( int total ) : void
total int
Результат void

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

public SetStepInformation ( int increment, int total ) : void
increment int
total int
Результат void

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

public SetSummary ( string msg ) : void
msg string
Результат void

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

public SetTitle ( string msg ) : void
msg string
Результат void

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

public ThrowIfCanceled ( ) : void
Результат void