ConnectionManager Class

Definition

public ref class ConnectionManager sealed : IDisposable, Microsoft::Web::Management::Client::IConnectionManager
[System.ComponentModel.Browsable(false)]
public sealed class ConnectionManager : IDisposable, Microsoft.Web.Management.Client.IConnectionManager
type ConnectionManager = class
    interface IConnectionManager
    interface IDisposable
Public NotInheritable Class ConnectionManager
Implements IConnectionManager, IDisposable
Inheritance
ConnectionManager
Attributes
Implements

Constructors

ConnectionManager(IServiceProvider, Boolean)

Explicit Interface Implementations

IConnectionManager.ActivateConnection(ConnectionInfo)
IConnectionManager.ConnectionActivated
IConnectionManager.ConnectionDeactivated
IConnectionManager.ConnectionRefreshed
IConnectionManager.ConnectionRefreshing
IConnectionManager.Connections
IConnectionManager.DeactivateConnection(Connection)
IConnectionManager.GetConnectionActiveState(ConnectionInfo)
IConnectionManager.IsDirty
IConnectionManager.IsDirtyChanged
IConnectionManager.PerformLogin(ConnectionInfo)
IConnectionManager.RefreshConnection(Connection)
IConnectionManager.RegisteredConnections
IConnectionManager.Save()
IConnectionManager.SupportsMultipleConnections
IDisposable.Dispose()

Applies to