Interface IRemoteEndpoint
An generic endpoint.
public interface IRemoteEndpoint
Properties
Disconnected
Determines whether endpoint is disconnected or.
bool Disconnected { get; }
Property Value
DisplayName
The display name of this endpoint
string DisplayName { get; }
Property Value
DisplayText
Readable summary of the endpoint.
string DisplayText { get; }
Property Value
Methods
ActivateConfig(string)
Activates a given config string for the current host.
void ActivateConfig(string config)
Parameters
configstringEncoded configuration string.
ConnectAsync()
Connects the endpoint.
Task ConnectAsync()
Returns
- Task
Task for the connection in progress.
MakeCurrentHostAsync()
Sets endpoint as current automation host.
Task MakeCurrentHostAsync()
Returns
- Task
Task for the operation in progress.