Click or drag to resize

IPublishSubscribeServiceSubscribeAsync Method

Subscribe to a message filter.

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

Parameters

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

Return Value

Type: Task

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

See Also