ManagementChannel(Connection, ConnectionInfo) 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 ManagementChannel class.
protected:
ManagementChannel(Microsoft::Web::Management::Client::Connection ^ connection, Microsoft::Web::Management::Client::ConnectionInfo ^ connectionInfo);
protected ManagementChannel (Microsoft.Web.Management.Client.Connection connection, Microsoft.Web.Management.Client.ConnectionInfo connectionInfo);
new Microsoft.Web.Management.Client.ManagementChannel : Microsoft.Web.Management.Client.Connection * Microsoft.Web.Management.Client.ConnectionInfo -> Microsoft.Web.Management.Client.ManagementChannel
Parameters
- connection
- Connection
Represents a connection to an application, server, or site.
- connectionInfo
- ConnectionInfo
Information about a connection in a serializable form.
Remarks
Developers can get the values of the connection
and connectionInfo
parameters by using the Connection and ConnectionInfo properties.