SmartSockets .NET Class Library

TipcSrv.flush Method 

Flushes queue data to the connection. This ensures that all buffered data is written immediately. This outbound queue will be flushed automatically when it reaches a set size, set by the ss.server_auto_flush_size option.

public override void flush();

Exceptions

Exception TypeCondition
TipcSrvNotConnectedException If the connection status is currently warm.
TipcInterruptedException Interrupt is called.
TipcException If no server connection and auto-connect is false.

See Also

TipcSrv Class | TipcSrv Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved