Share via


ConnectionInfoCollection(IConnectionManager) Constructor

Definition

Initializes a new instance of the ConnectionInfoCollection class.

public:
 ConnectionInfoCollection(Microsoft::Web::Management::Client::IConnectionManager ^ owner);
public ConnectionInfoCollection (Microsoft.Web.Management.Client.IConnectionManager owner);
new Microsoft.Web.Management.Client.ConnectionInfoCollection : Microsoft.Web.Management.Client.IConnectionManager -> Microsoft.Web.Management.Client.ConnectionInfoCollection
Public Sub New (owner As IConnectionManager)

Parameters

owner
IConnectionManager

The object that creates the new ConnectionInfoCollection object.

Examples

The following example creates a new ConnectionInfoCollection object.

                  _regConnections = new ConnectionInfoCollection(this);

Applies to