Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Connects the devices manager to the devices provider.
Namespace: Microsoft.WindowsServerSolutions.Common.Devices
Assembly: DevicesOM (in DevicesOM.dll)
Syntax
public void Connect()
public:
void Connect()
Public Sub Connect
Examples
The following code example shows how to connect the devices manager to the devices provider.
DevicesManager dm = new DevicesManager();
dm.Connect();
See Also
Connect Overload
DevicesManager Class
Microsoft.WindowsServerSolutions.Common.Devices Namespace
Return to top