DeploymentServiceCom Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides internal services for the ClickOnce deployment API.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class DeploymentServiceCom
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("33246f92-d56f-4e34-837a-9a49bfc91df3")]
public class DeploymentServiceCom
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("20FD4E26-8E0F-4F73-A0E0-F27B8C57BE6F")]
public class DeploymentServiceCom
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("33246f92-d56f-4e34-837a-9a49bfc91df3")>]
type DeploymentServiceCom = class
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.AutoDispatch)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("20FD4E26-8E0F-4F73-A0E0-F27B8C57BE6F")>]
type DeploymentServiceCom = class
Public Class DeploymentServiceCom
- Inheritance
-
DeploymentServiceCom
- Attributes
Constructors
DeploymentServiceCom() |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new instance of DeploymentServiceCom. |
Methods
ActivateApplicationExtension(String, String, String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Activates an application extension. |
ActivateDeployment(String, Boolean) |
This API supports the product infrastructure and is not intended to be used directly from your code. Starts the deployment on the client computer. |
ActivateDeploymentEx(String, Int32, Int32) |
This API supports the product infrastructure and is not intended to be used directly from your code. Starts the deployment on the client computer. |
CheckForDeploymentUpdate(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Checks the update location to determine whether an updated version of this deployment exists. |
CleanOnlineAppCache() |
This API supports the product infrastructure and is not intended to be used directly from your code. Removes all online-only ClickOnce applications that are installed on a computer. |
EndServiceRightNow() |
This API supports the product infrastructure and is not intended to be used directly from your code. Stops a deployment update immediately. |
MaintainSubscription(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Maintains the update subscription. |