IVsAppContainerDeveloperLicensing.RemoveDeveloperLicense(String) Method

Definition

Removes the developer license from the specified machine.

public:
 void RemoveDeveloperLicense(System::String ^ % pbstrMachine);
void RemoveDeveloperLicense(std::wstring const & & pbstrMachine);
public void RemoveDeveloperLicense (ref string pbstrMachine);
abstract member RemoveDeveloperLicense : string -> unit
Public Sub RemoveDeveloperLicense (ByRef pbstrMachine As String)

Parameters

pbstrMachine
String

[in] The machine from which the license is to be removed. If this parameter is null or empty, this method is applied to the local machine.

Remarks

This method is safe to access from any thread.

Applies to