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

Наследование: IProgressTrackerProxy
Показать файл Открыть проект

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

Метод Описание
PerformStep ( ) : void
SetCurrentStep ( int step ) : void
SetIsCancelSupported ( bool value ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string summary ) : void
SetTitle ( string title ) : void

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

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

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

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

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

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

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

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

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

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

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

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

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