Edit

Share via


Club.GetRosterAsync Method

Definition

Retrieves a roster of club members that have a special relationship with the club (something other than just member).

public Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Clubs.ClubRoster> GetRosterAsync ();
abstract member GetRosterAsync : unit -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Clubs.ClubRoster>
override this.GetRosterAsync : unit -> Windows.Foundation.IAsyncOperation<Microsoft.Xbox.Services.Clubs.ClubRoster>
Public Function GetRosterAsync () As IAsyncOperation(Of ClubRoster)

Returns

Windows.Foundation.IAsyncOperation<ClubRoster>

A ClubRoster object which contains the moderators, recommended users, banned users, and users who have requested to join the club.

Implements

Microsoft.Xbox.Services.Clubs.__IClubPublicNonVirtuals.GetRosterAsync

Remarks

Calls V4 GET clubhub.xboxlive.com/clubs/Ids{clubId}/decoration/roster

Applies to