Foundation.NSProgress: Method Members

The methods of Foundation.NSProgress are listed below. For a list of all members, see the NSProgress Members list.

See Also: Inherited members from Foundation.NSObject

Public Methods

BecomeCurrent(long)
Sets this as the current progress object on the calling thread and specifies the number of work units to be carried out by the next child progress object.
Cancel()
Cancels progress tracking.
static
FromTotalUnitCount(long) : NSProgress
Factory method that creates a new NSProgress, which is constructed as a child of the CurrentProgress, if non-null.
Pause()
Documentation for this section has not yet been entered.
ResignCurrent()
Documentation for this section has not yet been entered.
SetCancellationHandler(Action)
Documentation for this section has not yet been entered.
SetPauseHandler(Action)
Documentation for this section has not yet been entered.
SetUserInfo(NSObject, NSString)
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Releases the resources used by the NSProgress object.