Freigeben über


DirectoryHttpClient.EnsureLicenseAssigned-Methode

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

Syntax

'Declaration
Public Function EnsureLicenseAssigned ( _
    oids As IList(Of Guid), _
    userState As Object, _
    cancellationToken As CancellationToken _
) As Task(Of LicensedIdentities)
public Task<LicensedIdentities> EnsureLicenseAssigned(
    IList<Guid> oids,
    Object userState,
    CancellationToken cancellationToken
)

Parameter

Rückgabewert

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

.NET Framework-Sicherheit

Siehe auch

Referenz

DirectoryHttpClient Klasse

Microsoft.VisualStudio.Services.DirectoryService.Client-Namespace