FrameworkProfileHttpClient.GetDisplayNameAsync Method
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetDisplayNameAsync ( _
id As Guid, _
userState As Object _
) As Task(Of String)
public virtual Task<string> GetDisplayNameAsync(
Guid id,
Object userState
)
public:
virtual Task<String^>^ GetDisplayNameAsync(
Guid id,
Object^ userState
)
abstract GetDisplayNameAsync :
id:Guid *
userState:Object -> Task<string>
override GetDisplayNameAsync :
id:Guid *
userState:Object -> Task<string>
public function GetDisplayNameAsync(
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.