Publish(
ServerName: String;
VirtualDir: String;
IsX86: Boolean;
[CallBack: IMobileApplicationPublishCallBack = Null]
): MobilePublishResult;
Publish(
ServerName: string;
VirtualDir: string;
IsX86: boolean;
CallBack: Prognoz.Platform.Interop.Mobile.IMobileApplicationPublishCallBack
): Prognoz.Platform.Interop.Mobile.MobilePublishResult;
ServerName. The server for publishing a mobile application.
VirtualDir. The virtual directory for publishing a mobile application.
IsX86. Indicates whether the server uses the 32-bit platform.
CallBack. The handler of events that occur on publishing a mobile application. Optional parameter.
The Publish method publishes a mobile application.
The method is outdated. Use IMobileApplicationPublicator.Execute.
Available values of the IsX86 parameter:
True. The 32-bit platform is used.
False. The 64-bit platform is used.
See also: