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