#include <network_service_discovery.h>
An active service subscription.
Public Types |
|
using | ReconfirmCallback = Delegate < void( Bool isConfirmed)> |
公共成员函数 |
|
MAXON_METHOD ServiceBusRef | GetServiceBus () const |
MAXON_METHOD void | 取消 () |
私有成员函数 |
|
MAXON_INTERFACE_NONVIRTUAL ( ServiceSubscriptionInterface , MAXON_REFERENCE_NORMAL , "net.maxon.interface.servicesubscription") |
using ReconfirmCallback = Delegate <void( Bool isConfirmed)> |
|
private |
MAXON_METHOD ServiceBusRef GetServiceBus | ( | ) | const |
Returns the service bus this subscription is bound to.
MAXON_METHOD void Cancel | ( | ) |
Cancels the subscription if it is active.