SmartSockets .NET Class Library

TipcConnClient.next Method 

Get messages from the inbound queue. If no messages are waiting in the inbound queue this method will block waiting for a message to arrive from the connection.

public virtual TipcMsg next(
   double timeout
);

Parameters

timeout
length of time (in seconds) to wait for a message to arrive.

Return Value

the message read, or null if timeout expires.

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