Interface ICheckRemoteServerResult
- Assembly
- Diffusion.Client.dll
Result returned from a CheckRemoteServerAsync(string) invocation.
public interface ICheckRemoteServerResult
Properties
ConnectionState
Returns the connection state of the remote server.
RemoteServerConnectionState ConnectionState { get; }
Property Value
- RemoteServerConnectionState
The connection state.
FailureMessage
Returns a failure message when the state returned is FAILED or RETRYING.
For other states this will return an empty string.
string FailureMessage { get; }
Property Value
- string
The failure message, if there is one, otherwise an empty string.