Edit

IdentityMruHttpClient.GetIdentityMruAsync Method

Definition

[Preview API]

public System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.VisualStudio.Services.WebApi.IdentityRef>> GetIdentityMruAsync(string mruName, object userState = null, System.Threading.CancellationToken cancellationToken = null);
member this.GetIdentityMruAsync : string * obj * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.List<Microsoft.VisualStudio.Services.WebApi.IdentityRef>>

Parameters

mruName
String
userState
Object
cancellationToken
CancellationToken

The cancellation token to cancel operation.

Returns

Task<List<Microsoft.VisualStudio.Services.WebApi.IdentityRef>>

Applies to