IConnectionManager Interface

 

Represents a service that manages connections, including active, new, and serialized (favorites) connections. Also performs the logon handshake with the server.

Namespace:   Microsoft.Web.Management.Client
Assembly:  Microsoft.Web.Management (in Microsoft.Web.Management.dll)

public interface IConnectionManager

NameDescription
System_CAPS_pubpropertyConnections

Gets the set of currently active management sessions, each represented by a Connection object.

System_CAPS_pubpropertyIsDirty

Gets a value indicating whether information in the connection manager has changed.

System_CAPS_pubpropertyRegisteredConnections

Gets the list of registered connections in IIS Manager.

System_CAPS_pubpropertySupportsMultipleConnections

Gets a value indicating whether multiple connections are supported.

NameDescription
System_CAPS_pubmethodActivateConnection(ConnectionInfo)

Activates a connection by opening a new management session.

System_CAPS_pubmethodDeactivateConnection(Connection)

Deactivates a connection by closing a management session.

System_CAPS_pubmethodGetConnectionActiveState(ConnectionInfo)

Returns the state of the specified connection.

System_CAPS_pubmethodPerformLogin(ConnectionInfo)

Connects with the Web management server to perform a logon operation.

System_CAPS_pubmethodRefreshConnection(Connection)

Refreshes the connection by logging on to the service.

System_CAPS_pubmethodSave()

Saves registered collections into the user preferences.

NameDescription
System_CAPS_pubeventConnectionActivated

Occurs when a connection is activated.

System_CAPS_pubeventConnectionDeactivated

Occurs when a connection is deactivated.

System_CAPS_pubeventConnectionRefreshed

Occurs when a connection has been refreshed.

System_CAPS_pubeventConnectionRefreshing

Occurs when a connection is being refreshed.

System_CAPS_pubeventIsDirtyChanged

Occurs when the value of the IsDirty property is changed.

Return to top
Show: