SmartSockets .NET Class Library

TipcConnClient.read Method 

Read traffic. This is functionally equivalent to calling check with IO_CHECK_READ mode. The background reader thread will fill the inbound message queue with any messages that arrive during the timeout period.

public virtual bool read(
   double timeout
);

Parameters

timeout
length of time (in seconds) to wait for traffic

Exceptions

Exception TypeCondition
TipcIOException For low-level errors.
TipcException For all other errors.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved