IConnectionBuilder Interface

Definition

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.

Applies to