FrameworkProfileHttpClient.GetEmailAddressAsync Method
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetEmailAddressAsync ( _
id As Guid, _
userState As Object _
) As Task(Of String)
public virtual Task<string> GetEmailAddressAsync(
Guid id,
Object userState
)
public:
virtual Task<String^>^ GetEmailAddressAsync(
Guid id,
Object^ userState
)
abstract GetEmailAddressAsync :
id:Guid *
userState:Object -> Task<string>
override GetEmailAddressAsync :
id:Guid *
userState:Object -> Task<string>
public function GetEmailAddressAsync(
id : Guid,
userState : Object
) : Task<String>
Parameters
- id
Type: System.Guid
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<String>
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.