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 occurring on object publishing.

Description

The Publish method publishes an object.

Comments

To abort 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