IPublisher Interface
Applies To: Windows Server Update Services
The properties of the IPublisher interface.
Namespace: Microsoft.UpdateServices.Administration
Assembly: Microsoft.UpdateServices.Administration (in Microsoft.UpdateServices.Administration.dll)
Syntax
public interface IPublisher
public interface class IPublisher
type IPublisher = interface end
Public Interface IPublisher
Properties
Name | Description | |
---|---|---|
MetadataOnly | Gets or sets a value indicating whether or not the publishing process will operate in a metadata only mode. |
|
SignCertWithoutTimeStamp | Gets or sets whether or not the certificate will be signed without a time stamp. |
Methods
Name | Description | |
---|---|---|
Cancel() | Asynchronously called method to attempt to cancel the PublishPackage() API call. |
|
PublishPackage(String, String) | Publishes a new package to the WSUS server. |
|
PublishPackage(String, String, String) | Publishes a new package to the WSUS server. |
|
PublishPackage(String, String, String, Boolean, String) | Publishes a new package to the WSUS server. |
|
PublishSignedPackage(String, String) | Publishes a new Package to the WSUS server using an existing pre-signed cab file. |
|
ResignPackage() | Re-signs all cab files used by an existing package and publishes a new revision referencing them. |
|
RevisePackage() | Revises an existing package, expects to perform no file operations, and simply updates the metadata for the update. |
|
VerifyAndPublishPackage() | Verify the package cab file and publish the package to the WSUS server. |
Events
Name | Description | |
---|---|---|
ProgressHandler | Progress event handler accepts delegates to be called during the publishing process. |
See Also
Microsoft.UpdateServices.Administration Namespace
Return to top