WindowsUpdateManager(String) Constructor
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.
Constructs a new WindowsUpdateManager object.
public:
WindowsUpdateManager(Platform::String ^ clientId);
WindowsUpdateManager(winrt::hstring const& clientId);
public WindowsUpdateManager(string clientId);
function WindowsUpdateManager(clientId)
Public Sub New (clientId As String)
Parameters
- clientId
-
String
Platform::String
winrt::hstring
Identifier used to distinguish the update manager instance.