ClientConnectionProvider Class
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.
Abstract base class for managing client connections. Provides connection options for a specified client type and instance ID.
public abstract class ClientConnectionProvider
type ClientConnectionProvider = class
Public MustInherit Class ClientConnectionProvider
- Inheritance
-
ClientConnectionProvider
- Derived
Constructors
ClientConnectionProvider(Int32) |
Initializes a new instance of the ConnectionProvider class. |
Methods
GetAllConnections() |
Retrieves all available client connections managed by this provider. |
GetConnection(String) |
Retrieves the connection settings associated with a given connection ID. |
Extension Methods
GetPersistentAgentsClient(ClientConnectionProvider) |
Gets the agents client. |