IPublisher Members

The properties of the IPublisher interface.

The following tables list the members exposed by the IPublisher type.

Public Properties

  Name Description
public property MetadataOnly Gets or sets a value indicating whether or not the publishing process will operate in a metadata only mode.
public property SignCertWithoutTimeStamp Gets or sets whether or not the certificate will be signed without a time stamp.

Top

Public Methods

  Name Description
public method Cancel Asynchronously called method to attempt to cancel the PublishPackage() API call.
public method PublishPackage Overloaded. Publishes a new package to the WSUS server.
public method PublishSignedPackage Publishes a new Package to the WSUS server using an existing pre-signed cab file.
public method ResignPackage Re-signs all cab files used by an existing package and publishes a new revision referencing them.
public method RevisePackage Revises an existing package, expects to perform no file operations, and simply updates the metadata for the update.
public method VerifyAndPublishPackage Verify the package cab file and publish the package to the WSUS server.

Top

Public Events

  Name Description
public event ProgressHandler Progress event handler accepts delegates to be called during the publishing process.

Top

See Also

Reference

IPublisher Interface
Microsoft.UpdateServices.Administration Namespace