Edit

Share via


Club.GetPresenceCountsAsync Method

Definition

Gets information about club member presence.

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

Returns

Windows.Foundation.IAsyncOperation<ClubPresenceCounts>

A ClubPresenceCounts object indicating the number of club members present currently/today

Implements

Microsoft.Xbox.Services.Clubs.__IClubPublicNonVirtuals.GetPresenceCountsAsync

Remarks

Calls V1 GET clubpresence.xboxlive.com/clubs/{clubId}/users/count

Applies to