Click or drag to resize

AsynchronousOperationContextProgress Method (Int32, String)

Progresses the specified percentage.

Namespace:  EBP.Api.Asynchronous
Assembly:  EBP.Api (in EBP.Api.dll) Version: 1.0.2835.45 (1.0.2835.45)
Syntax
public void Progress(
	int percentage,
	string caption
)

Parameters

percentage
Type: SystemInt32
The percentage.
caption
Type: SystemString
The caption.
See Also