IMobilePublishObject.Publish

Fore Syntax

Publish([Callback: IMobilePublishObjectCallBack = Null]): MobilePublishObjectResult;

Fore.NET Syntax

Publish(Callback: Prognoz.Platform.Interop.Mobile.IMobilePublishObjectCallBack): Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult;

Parameters

Callback. A handler of events fired on the object publishing.

Description

The Publish method publishes the object.

Comments

To abort the object publishing, use the IMobilePublishObject.Cancel method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishObjects.LoadFromXml.

See also:

IMobilePublishObject