Unsubscribes the receiver from getting any messages from the specified sender type
If the receiver has been subscribed to any of the specified senderType the function returns true. Otherwise it returns false.
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if the receiver or the senderType is null. |
| ArgumentException | Thrown if the receiver is not INotificationReceiver. |