Click or drag to resize

ClientConnectionClientNotFoundExceptionOccurred Property

Gets or sets flag that indicates if the socket exception for "No client found for ID [Guid]" has been thrown.

Namespace: GSF.TimeSeries.Transport
Assembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.181-beta
Syntax
public bool ClientNotFoundExceptionOccurred { get; set; }
View Source

Return Value

Boolean
Since this message might be thrown many times before the communications channel has had a chance to disconnect the socket, it is best to stop attempting to send data when this error has been encountered.
See Also