FrameworkProfileHttpClient.GetCountriesAsync Method
Namespace: Microsoft.VisualStudio.Services.Profile
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Overridable Function GetCountriesAsync ( _
userState As Object _
) As Task(Of IList(Of Country))
public virtual Task<IList<Country>> GetCountriesAsync(
Object userState
)
public:
virtual Task<IList<Country^>^>^ GetCountriesAsync(
Object^ userState
)
abstract GetCountriesAsync :
userState:Object -> Task<IList<Country>>
override GetCountriesAsync :
userState:Object -> Task<IList<Country>>
public function GetCountriesAsync(
userState : Object
) : Task<IList<Country>>
Parameters
- userState
Type: System.Object
Return Value
Type: System.Threading.Tasks.Task<IList<Country>>
.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.