SmartSockets .NET Class Library

TipcConnClient.TipcWriteBufferChangeEvent Event

Occurs when the write buffer is accessed.

Write buffer change events are raised when data is either flushed from the write buffer or written into write buffer THROUGH the message interface (i.e. with send(msg)) ONLY.

public event TipcWriteBufferChangeHandler TipcWriteBufferChangeEvent;

Event Data

The event handler receives an argument of type TipcWriteBufferChangeEventArgs containing data related to this event. The following TipcWriteBufferChangeEventArgs properties provide information specific to this event.

PropertyDescription
Flushed Return flushed value.
Mt Return message type of WriteBuffer

See Also

TipcConnClient Class | TipcConnClient Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved