DevicesManager.Connect Method ()

 

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