SocketEvent.this

Creates a new socket event based on a function pointer.

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

Parameters

f
Type: void function(
SocketEventArgs!T
)

The function pointer.

Meta