OnEndPublish;
OnEndPublish();
The OnEndPublish method implements an event that occurs after publishing a mobile application.
An event that occurs at the beginning of publishing a mobile application is implemented by the IMobileApplicationPublishCallBack.OnStartPublish method.
The method use is given in the example for IMobileApplicationPublishCallBack.OnStartPublish.
See also: