SocialManager.SetRichPresencePollingState(XboxLiveUser, Boolean) Method

Definition

Whether to enable social manager to poll every 30 seconds from the presence service

public void SetRichPresencePollingState (Microsoft.Xbox.Services.System.XboxLiveUser user, bool shouldEnablePolling);
abstract member SetRichPresencePollingState : Microsoft.Xbox.Services.System.XboxLiveUser * bool -> unit
override this.SetRichPresencePollingState : Microsoft.Xbox.Services.System.XboxLiveUser * bool -> unit
Public Sub SetRichPresencePollingState (user As XboxLiveUser, shouldEnablePolling As Boolean)

Parameters

user
XboxLiveUser

Xbox Live User

shouldEnablePolling
Boolean

Whether or not polling should enabled

Implements

Microsoft.Xbox.Services.Social.Manager.__ISocialManagerPublicNonVirtuals.SetRichPresencePollingState(Microsoft.Xbox.Services.System.XboxLiveUser,System.Boolean)

Applies to