IPublishSubscribeServiceUnsubscribeAsync Method |
Unsubscribe to a message filter.
Namespace:
Demo3D.HLE.Comms
Assembly:
Demo3D.HLE (in Demo3D.HLE.dll) Version: 18.03.00
SyntaxTask UnsubscribeAsync(
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.UnsubscribeAsync(System.Boolean,System.Object,System.Object[])"]
See Also