Метод | Описание | |
---|---|---|
DescribeTo ( |
Describes this subscription matcher.
|
|
Match ( IPublication publication, ISubscription subscription, |
Returns whether the publication and subscription match and the event published by the publisher will be relayed to the subscriber. Matches if the event arguments are CancelEventArgs that are not yet canceled.
|
public DescribeTo ( |
||
writer | The writer the description is written to. | |
Результат | void |
public Match ( IPublication publication, ISubscription subscription, |
||
publication | IPublication | The publication. |
subscription | ISubscription | The subscription. |
e | The |
|
Результат | bool |