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 a mobile application.
The Execute method publishes a mobile application.
To interrupt publishing, use the IMobileApplicationPublicator.AbortPublish method.
The method use is given in the example for IMobileApplication.CreatePublicator.
See also: