IConnectionManager.RefreshConnection(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.
Refreshes the connection by logging on to the service.
public:
bool RefreshConnection(Microsoft::Web::Management::Client::Connection ^ connection);
public bool RefreshConnection (Microsoft.Web.Management.Client.Connection connection);
abstract member RefreshConnection : Microsoft.Web.Management.Client.Connection -> bool
Parameters
- connection
- Connection
The Connection object to refresh.
Returns
true
if a logon connection can be refreshed; otherwise, false
.