Dart.Sockets Namespace : PingThreadStart Delegate |
'Declaration Public Delegate Sub PingThreadStart( _ ByVal slave As PingSlave, _ ByVal state As Object _ )
'Usage Dim instance As New PingThreadStart(AddressOf HandlerMethod)
public: __gc __delegate void PingThreadStart( PingSlave* slave, Object* state )
public delegate void PingThreadStart( PingSlave^ slave, Object^ state )