IConnectionManager.DeactivateConnection(Connection) Method
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.
Deactivates a connection by closing a management session.
public:
void DeactivateConnection(Microsoft::Web::Management::Client::Connection ^ connection);
public void DeactivateConnection (Microsoft.Web.Management.Client.Connection connection);
abstract member DeactivateConnection : Microsoft.Web.Management.Client.Connection -> unit
Parameters
- connection
- Connection
The Connection object to deactivate.