IMobileApplicationPublishCallBack.OnStartPublish

Fore Syntax

OnStartPublish(Count: Integer);

Fore.NET Syntax

OnStartPublish(Count: integer);

Parameters

Count. Number of published objects.

Description

The OnStartPublish method implements an event that occurs on publishing the mobile application.

Comments

The event that occurs after publishing is implemented by the IMobileApplicationPublishCallBack.OnEndPublish method.

Fore Example

Example code

Fore.NET Example

Example code

See also:

IMobileApplicationPublishCallBack