Click or drag to resize

IPublishSubscribeServicePublishAsync Method

Publish a message.

Namespace:  Demo3D.HLE.Comms
Assembly:  Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
Syntax
C#
Task PublishAsync(
	bool sync,
	Object filter,
	BufferSegment message,
	params Object[] aux
)

Parameters

sync
Type: SystemBoolean
If true, the Task returned is guaranteed to be complete.
filter
Type: SystemObject
Determines how the message is filtered, such as a topic or content string.
message
Type: Demo3D.IOBufferSegment
The message to publish.
aux
Type: SystemObject
Auxiliary data.

Return Value

Type: Task

[Missing <returns> documentation for "M:Demo3D.HLE.Comms.IPublishSubscribeService.PublishAsync(System.Boolean,System.Object,Demo3D.IO.BufferSegment,System.Object[])"]

See Also