Interface ICommunicationMessage
Namespace: NFive.SDK.Client.Communications
Assembly: NFive.SDK.Client.net.dll
Syntax
public interface ICommunicationMessage
Methods
| Improve this Doc View SourceReply(Object[])
Replies to the event with the specified payloads.
Declaration
void Reply(params object[] payloads)
Parameters
Type | Name | Description |
---|---|---|
Object[] | payloads | The payloads to reply to the event with. |