Düzenle

Aracılığıyla paylaş


NSProgress.BecomeCurrent(Int64) Method

Definition

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.

[Foundation.Export("becomeCurrentWithPendingUnitCount:")]
public virtual void BecomeCurrent (long pendingUnitCount);
abstract member BecomeCurrent : int64 -> unit
override this.BecomeCurrent : int64 -> unit

Parameters

pendingUnitCount
Int64
Attributes

Applies to