ISfcConnection Interface
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.
This interface is a high-level connection interface.
public interface ISfcConnection
type ISfcConnection = interface
Public Interface ISfcConnection
- Derived
Is |
Indicates that the connection has been forcefully disconnected |
Is |
Returns if the connection is currently active. |
Server |
Name of the server we are connecting to. |
Server |
Returns the version of the service we are connected to. |
Connect() | |
Copy() | |
Disconnect() | |
Force |
Enforces a disconnect and ensures that connection cannot be re-opened again |
To |