Freigeben über


ProfileHttpClientBase.VerifyAndUpdatePreferredEmailAsync-Methode

Namespace:  Microsoft.VisualStudio.Services.Profile.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Protected Overridable Function VerifyAndUpdatePreferredEmailAsync ( _
    verifyPreferredEmailContext As VerifyPreferredEmailContext, _
    userState As Object _
) As Task(Of HttpResponseMessage)
protected virtual Task<HttpResponseMessage> VerifyAndUpdatePreferredEmailAsync(
    VerifyPreferredEmailContext verifyPreferredEmailContext,
    Object userState
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<HttpResponseMessage>

.NET Framework-Sicherheit

Siehe auch

Referenz

ProfileHttpClientBase Klasse

Microsoft.VisualStudio.Services.Profile.Client-Namespace