DeploymentServiceCom.CheckForDeploymentUpdate(String) Method

Definition

Checks the update location to determine whether an updated version of this deployment exists.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 void CheckForDeploymentUpdate(System::String ^ textualSubId);
public void CheckForDeploymentUpdate (string textualSubId);
member this.CheckForDeploymentUpdate : string -> unit
Public Sub CheckForDeploymentUpdate (textualSubId As String)

Parameters

textualSubId
String

An internal identifier for the deployment.

Applies to