Share via


IVsPublishableProjectCfg.StopPublish(Int32) Method

Definition

Halts a publishing operation.

public:
 int StopPublish(int fSync);
public:
 int StopPublish(int fSync);
int StopPublish(int fSync);
public int StopPublish (int fSync);
abstract member StopPublish : int -> int
Public Function StopPublish (fSync As Integer) As Integer

Parameters

fSync
Int32

[in] Boolean. Use true if the publishing operation is synchronous. Otherwise, use false.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From vsshell80.idl:

[C++]

HRESULT IVsPublishableProjectCfg::StopPublish(  
   [in] BOOL fSync  
);  

Applies to