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