Share via


FrameworkProfileHttpClient.SetCountryNameAsync Method

Namespace:  Microsoft.VisualStudio.Services.Profile
Assembly:  Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)

Syntax

'Declaration
Public Overridable Function SetCountryNameAsync ( _
    id As Guid, _
    value As String, _
    userState As Object _
) As Task(Of Integer)
public virtual Task<int> SetCountryNameAsync(
    Guid id,
    string value,
    Object userState
)
public:
virtual Task<int>^ SetCountryNameAsync(
    Guid id, 
    String^ value, 
    Object^ userState
)
abstract SetCountryNameAsync : 
        id:Guid * 
        value:string * 
        userState:Object -> Task<int> 
override SetCountryNameAsync : 
        id:Guid * 
        value:string * 
        userState:Object -> Task<int> 
public function SetCountryNameAsync(
    id : Guid, 
    value : String, 
    userState : Object
) : Task<int>

Parameters

Return Value

Type: System.Threading.Tasks.Task<Int32>

.NET Framework Security

See Also

Reference

FrameworkProfileHttpClient Class

Microsoft.VisualStudio.Services.Profile Namespace