Acrux.Threading
Subscribe Method
NamespacesAcrux.Threading.NotificationsNotificationManagerSubscribe()()()
Members
IconMemberDescription
Subscribe(Object, Type)
Subscribes the receiver to receive nofitication messages from the given sender type. The receiver must implement the INotificationReciever interface.

Subscribe(Object, Type, Byte)
Subscribes the receiver to receive the specified notification message from the given sender type. The receiver must implement the INotificationReciever interface.

Subscribe(Object, Type, IEnumerable<(Of <(Byte>)>))
Subscribes the receiver to receive the specified notification messages from the given sender type. The receiver must implement the INotificationReciever interface.

Assembly: Acrux.Threading (Module: Acrux.Threading) Version: 1.0.0.0 (1.0.0.35)