Publish([Callback: IMobilePublishObjectCallBack = Null]): MobilePublishObjectResult;
Publish(Callback: Prognoz.Platform.Interop.Mobile.IMobilePublishObjectCallBack): Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult;
Callback. A handler of events fired on the object publishing.
The Publish method publishes the object.
To abort the object publishing, use the IMobilePublishObject.Cancel method.
The method use is given in the example for IMobileApplicationPublishObjects.LoadFromXml.
See also: