| Icon | Member | Description |
|---|---|---|
| Unsubscribe(Object) |
Unsubscribes the receiver from getting any notification messages. This method can only be called
from within a code in the same type as the passed receiver object type. If it is called from somewhere else
an InvalidOperationException will be thrown.
| |
| Unsubscribe(Object, Type) |
Unsubscribes the receiver from getting any messages from the specified sender type
| |
| Unsubscribe(Object, Type, Byte) |
Unsubscribes the receiver from getting messages with the specified messageId from the specified senderType
| |
| Unsubscribe(Object, Type, IEnumerable<(Of <(Byte>)>)) |
Unsubscribes the receiver from getting messages with the specified messageIds from the specified senderType
|