IConnectionManager.RefreshConnection(Connection) Method

Definition

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.

Applies to