SmartSockets .NET Class Library

TipcConnClient.flush Method 

Flushed queued data to the connection. This ensures all buffered data is written immediately. The outbound queue will be flushed automatically when it reaches a set size, set by AutoFlushSize property, unless the auto flush size is set to 0, in which case explicit calls to this method are required.

public virtual void flush();

Exceptions

Exception TypeCondition
TipcIOException For lower-level errors.

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved