XblMultiplayerSetSubscriptionsEnabled
Explicitly starts or stops the multiplayer service connectivity via RTA. Enabling the RTA subscription enables: 1. Callbacks when the local Users’s sessions change, using the MultiplayerSession object. Handlers are added with XblMultiplayerAddSessionChangedHandler. 2. Automatic removal of members from sessions when the RTA connection underlying this multiplayer subscription is broken.Syntax
Parameters
xblContext _In_Type: XblContextHandle XBOX live context for the local user. subscriptionsEnabled _In_
Type: bool True to enable subscriptions and false to stop them.
