ESock::TCFAvailabilityProvider Class Reference

class ESock::TCFAvailabilityProvider

Message interface for availability provider nodes. Nodes wishing to implement this interface must implement all message protocols in the interface.

Private Member Enumerations
enumanonymous { ECFAvailabilityNotificationRegistration = 1 }
Public Member Type Definitions
typedef TMessageSigAvailabilitySubscriptionOptions< ECFAvailabilityNotificationRegistration, TCFAvailabilityProvider::ERealmId > TAvailabilityNotificationRegistration

Member Enumerations Documentation

Enum anonymous

Enumerators

ECFAvailabilityNotificationRegistration = 1

Member Type Definitions Documentation

Typedef TAvailabilityNotificationRegistration

typedef TMessageSigAvailabilitySubscriptionOptions< ECFAvailabilityNotificationRegistration, TCFAvailabilityProvider::ERealmId >TAvailabilityNotificationRegistration

Sent by an availability subscriber (usually a control client of a meta provider) to its availability providers registering for availability notifications. This message will kick off an availability monitoring activity on its recipient. This activity will run forever unless an error occurs or it is cancelled.

  • Type: Request for TAvailabilityNotification.

  • Fallible: Yes