ConnectionInfoCollection(IConnectionManager) 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.
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);