| MessageHandlerT Delegate |
[This is preliminary documentation and is subject to change.]
Handler called when pub/sub message is received
Namespace:
Ruyi.Layer0
Assembly:
SDK.BaseAsync (in SDK.BaseAsync.dll) Version: 0.9.3.3995
Syntax public delegate void MessageHandler<T>(
string topic,
T msg
)
where T : TBase
Parameters
- topic
- Type: SystemString
The topic. - msg
- Type: T
The MSG.
Type Parameters
- T
Remarks See Also