Freigeben über


LocationHttpClient.GetServiceDefinitionAsync-Methode

Namespace:  Microsoft.VisualStudio.Services.Location.Client
Assembly:  Microsoft.VisualStudio.Services.WebApi (in Microsoft.VisualStudio.Services.WebApi.dll)

Syntax

'Declaration
Public Function GetServiceDefinitionAsync ( _
    serviceType As String, _
    identifier As Guid _
) As Task(Of ServiceDefinition)
public Task<ServiceDefinition> GetServiceDefinitionAsync(
    string serviceType,
    Guid identifier
)

Parameter

Rückgabewert

Typ: System.Threading.Tasks.Task<ServiceDefinition>

.NET Framework-Sicherheit

Siehe auch

Referenz

LocationHttpClient Klasse

Microsoft.VisualStudio.Services.Location.Client-Namespace