IMobileApplicationPublishCallBack.OnPublishProgress

Fore Syntax

OnPublishProgress(Value: Double);

Fore.NET Syntax

OnPublishProgress(Value: double);

Parameters

Value. Share of published data.

Description

The OnPublishProgress method implements an event that occurs during publishing a mobile application.

Comments

The Value parameter returns values in the range [0; 1].

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.

See also:

IMobileApplicationPublishCallBack