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