C# Class BclExtras.Threading.OperationContext.EmptyProxy

Inheritance: IProgressTrackerProxy
Show file Open project: scottwis/tiny

Public Methods

Method Description
PerformStep ( ) : void
SetCurrentStep ( int step ) : void
SetIsCancelSupported ( bool value ) : void
SetStepInformation ( int increment, int total ) : void
SetSummary ( string summary ) : void
SetTitle ( string title ) : void

Method Details

PerformStep() public method

public PerformStep ( ) : void
return void

SetCurrentStep() public method

public SetCurrentStep ( int step ) : void
step int
return void

SetIsCancelSupported() public method

public SetIsCancelSupported ( bool value ) : void
value bool
return void

SetStepInformation() public method

public SetStepInformation ( int increment, int total ) : void
increment int
total int
return void

SetSummary() public method

public SetSummary ( string summary ) : void
summary string
return void

SetTitle() public method

public SetTitle ( string title ) : void
title string
return void