OnPublishProgress

This event provides the client information regarding the publishing progress.

 

JavaScript

 

OnPublishProgress (

       Percentage)

 

C#

 

bool OnPublishProgress (

       double Percentage)

 

C++

 

HRESULT OnPublishProgress(

       [in] double Percentage,

       [out, retval] VARIANT_BOOL* pbCancelled)

Parameters

Percentage

The percentage of the publish process that was already performed.

Return Value

pbCancelled

A Boolean that indicates whether to cancel the publishing process. Returning TRUE cancels the process, while FALSE lets it continue.