SocketEvent.this

Creates a new socket event based on a delegate.

  1. this(void function(SocketEventArgs!T) f)
  2. this(void delegate(SocketEventArgs!T) d)
    class SocketEvent(T)
    this
    (
    void delegate() d
    )

Parameters

d
Type: void delegate(
SocketEventArgs!T
)

The delegate.

Meta