IMobileApplicationPublicator.Execute

Fore Syntax

Execute([CallBack: IMobileApplicationPublishCallBack = Null]): MobilePublishResult;

Fore.NET Syntax

Execute(CallBack: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishCallBack): Prognoz.Platform.Interop.Mobile.MobilePublishResult;

Parameters

CallBack. The handler of events that occur on publishing the mobile application.

Description

The Execute method publishes the mobile application.

Comments

To interrupt publishing, use the IMobileApplicationPublicator.AbortPublish method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplication.CreatePublicator.

See also:

IMobileApplicationPublicator