SocialManager.DoWork Method

Definition

Called whenever the title wants to update the social graph and get list of change events Events that are returned will only be for the page that is is currently selected Must be called every frame for data to be up to date

public Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.Manager.SocialEvent> DoWork ();
abstract member DoWork : unit -> Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.Manager.SocialEvent>
override this.DoWork : unit -> Windows.Foundation.Collections.IVectorView<Microsoft.Xbox.Services.Social.Manager.SocialEvent>
Public Function DoWork () As IVectorView(Of SocialEvent)

Returns

Windows.Foundation.Collections.IVectorView<SocialEvent>

The list of what has changed in between social graph updates

Implements

Microsoft.Xbox.Services.Social.Manager.__ISocialManagerPublicNonVirtuals.DoWork

Applies to