Execute([CallBack: IMobileApplicationPublishCallBack = Null]): MobilePublishResult;
Execute(CallBack: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishCallBack): Prognoz.Platform.Interop.Mobile.MobilePublishResult;
CallBack. The handler of events that occur on publishing the mobile application.
The Execute method publishes the mobile application.
To interrupt publishing, use the IMobileApplicationPublicator.AbortPublish method.
The method use is given in the example for IMobileApplication.CreatePublicator.
See also: