VssHttpClientBase.GetResourceLocationAsync-Methode
Namespace: Microsoft.VisualStudio.Services.Common
Assembly: Microsoft.VisualStudio.Services.Common (in Microsoft.VisualStudio.Services.Common.dll)
Syntax
'Declaration
Protected Function GetResourceLocationAsync ( _
locationId As Guid _
) As Task(Of ApiResourceLocation)
protected Task<ApiResourceLocation> GetResourceLocationAsync(
Guid locationId
)
Parameter
- locationId
Typ: System.Guid
Rückgabewert
Typ: System.Threading.Tasks.Task<ApiResourceLocation>
.NET Framework-Sicherheit
- Volle Vertrauenswürdigkeit für den unmittelbaren Aufrufer. Dieser Member kann von nur teilweise vertrauenswürdigem Code nicht verwendet werden. Weitere Informationen finden Sie unter Verwenden von Bibliotheken aus teilweise vertrauenswürdigem Code.