Метод | Описание | |
---|---|---|
Subscribe ( this consumer, string topic, Action |
||
Subscribe ( this consumer, string topic, SubscribeAction?>.Func |
||
Subscribe ( this consumer, string topic, string expression, Action |
public static Subscribe ( this consumer, string topic, Action |
||
consumer | this | |
topic | string | |
action | Action |
|
Результат | void |
public static Subscribe ( this consumer, string topic, SubscribeAction?>.Func |
||
consumer | this | |
topic | string | |
func | SubscribeAction?>.Func | |
Результат | void |
public static Subscribe ( this consumer, string topic, string expression, Action |
||
consumer | this | |
topic | string | |
expression | string | |
action | Action |
|
Результат | void |