Protected Friend Overloads Sub Unregister( _ ByVal subscriber As Action(Of TPayload) _ )
protected internal void Unregister( Action<TPayload> subscriber )
Parameters
- subscriber
- The Action used when subscribing to the event.
Protected Friend Overloads Sub Unregister( _ ByVal subscriber As Action(Of TPayload) _ )
protected internal void Unregister( Action<TPayload> subscriber )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)