IMobileApplicationPublicator.Publish

Fore Syntax

Publish(
    ServerName: String;
    VirtualDir: String;
    IsX86: Boolean;
    [CallBack: IMobileApplicationPublishCallBack = Null]
    ): MobilePublishResult;

Fore.NET Syntax

Publish(
    ServerName: string;
    VirtualDir: string;
    IsX86: boolean;
    CallBack: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishCallBack
    ): Prognoz.Platform.Interop.Mobile.MobilePublishResult;

Parameters

ServerName. The server for publishing the mobile application.

VirtualDir. The virtual directory for publishing the mobile application.

IsX86. Indicates that the server uses the 32-bit platform.

CallBack. The handler of events that are fired on publishing the mobile application. This parameter is optional.

Description

The Publish method publishes the mobile application.

Comments

The method is outdated. Use IMobileApplicationPublicator.Execute.

Available values of the IsX86 parameter:

See also:

IMobileApplicationPublicator