Edit

Share via


Club.UnfollowClubAsync Method

Definition

Removes the calling user as a follower of the specified club.

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

Returns

Windows.Foundation.IAsyncOperation<Windows.Foundation.Collections.IVectorView<ClubRole>>

An IVectorView containing the roles the calling user now has with the club.

Implements

Microsoft.Xbox.Services.Clubs.__IClubPublicNonVirtuals.UnfollowClubAsync

Remarks

Calls V1 DELETE clubroster.xboxlive.com/clubs/{clubId}/users/{userId}/roles/Follower

Applies to