EasyNetQ by Mike Hadlow,Michael Denny,Yury Pliner,Wiebe Tijsma,Contributors (see GitHub repo)

<PackageReference Include="EasyNetQ" Version="8.0.0-beta10" />

.NET API 706,560 bytes

 TEventHandler<TEvent>

public sealed delegate TEventHandler<TEvent> : MulticastDelegate where TEvent : struct
public TEventHandler(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(TEvent& modreq(System.Runtime.InteropServices.InAttribute) event, AsyncCallback callback, object object)

public virtual void EndInvoke(TEvent& modreq(System.Runtime.InteropServices.InAttribute) event, IAsyncResult result)

public virtual void Invoke(TEvent& modreq(System.Runtime.InteropServices.InAttribute) event)