|
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.TransportAssembly: GSF.TimeSeries (in GSF.TimeSeries.dll) Version: 2.4.207-beta
Syntax public bool ClientNotFoundExceptionOccurred { get; set; }
Public Property ClientNotFoundExceptionOccurred As Boolean
Get
Set
public:
property bool ClientNotFoundExceptionOccurred {
bool get ();
void set (bool value);
}
member ClientNotFoundExceptionOccurred : bool with get, set
function get_ClientNotFoundExceptionOccurred();
function set_ClientNotFoundExceptionOccurred(value);
View SourceReturn 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