IMobileApplicationPublishCallBack.OnEndPublish

Fore Syntax

OnEndPublish;

Fore.NET Syntax

OnEndPublish();

Description

The OnEndPublish method implements an event that occurs after publishing a mobile application.

Comments

An event that occurs at the beginning of publishing a mobile application is implemented by the IMobileApplicationPublishCallBack.OnStartPublish method.

Fore and Fore.NET Examples

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

See also:

IMobileApplicationPublishCallBack