IConnectionBuilder Interface
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.
Defines a new connection to the host.
public interface class IConnectionBuilder
public interface IConnectionBuilder
type IConnectionBuilder = interface
Public Interface IConnectionBuilder
Remarks
You can use the IConnectionBuilder interface to create a logon for the user interface.
Methods
BuildConnection(IServiceProvider, ConnectionInfo, Exception) |
Creates a new connection by using existing connection information. |
BuildConnection(IServiceProvider, ManagementScope) |
Creates a new connection. |
BuildFavorite(IServiceProvider, ManagementScope) |
Creates a new connection and adds it to the favorites. |