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