This event is fired once all the data in the send buffer has been sent


Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)

Syntax

Visual Basic (Declaration)
Public Event SendCompleted As BufferedSocket.OperationCompleteHandler 
C#
public event BufferedSocket.OperationCompleteHandler SendCompleted
C++
public:
 virtual event BufferedSocket.OperationCompleteHandler SendCompleted {
    void add(BufferedSocket.OperationCompleteHandler value) sealed ;
    void remove(BufferedSocket.OperationCompleteHandler value) sealed ;
}
J#
/** event */
public final void add_SendCompleted(BufferedSocket.OperationCompleteHandler value);

/** event */
public final void remove_SendCompleted(BufferedSocket.OperationCompleteHandler value);
JScript
JScript suports the use of events, but not the declaration of new ones.

See Also