IPublishSubscribeServicePublishAsync Method |
Publish a message.
Namespace: Demo3D.HLE.CommsAssembly: Demo3D.HLE (in Demo3D.HLE.dll) Version: 19.00.00
SyntaxTask PublishAsync(
bool sync,
Object filter,
BufferSegment message,
params Object[] aux
)
Parameters
- sync Boolean
- If true, the Task returned is guaranteed to be complete.
- filter Object
- Determines how the message is filtered, such as a topic or content string.
- message BufferSegment
- The message to publish.
- aux Object
- Auxiliary data.
Return Value
Task[Missing <returns> documentation for "M:Demo3D.HLE.Comms.IPublishSubscribeService.PublishAsync(System.Boolean,System.Object,Demo3D.IO.BufferSegment,System.Object[])"]
See Also