IMobileApplicationPublishCallBack.OnEndExportObject

Fore Syntax

OnEndExportObject(Result: MobilePublishObjectResult);

Fore.NET Syntax

OnEndExportObject(Result: Prognoz.Platform.Interop.Mobile.MobilePublishObjectResult);

Parameters

Result. Object export results.

Description

The OnEndExportObject method implements an event that occurs after mobile application object export.

Comments

The event that occurs at the beginning of object export is implemented by the IMobileApplicationPublishCallBack.OnStartExportObject method.

Fore and Fore.NET Examples

The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.

See also:

IMobileApplicationPublishCallBack