PersonDirectoryExtensions.GetPersonsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
Überlädt
GetPersonsAsync(IPersonDirectory, Nullable<Guid>, String, CancellationToken) | |
GetPersonsAsync(IPersonDirectory, String, String, CancellationToken) |
Veraltet.
|
GetPersonsAsync(IPersonDirectory, Nullable<Guid>, String, CancellationToken)
- Quelle:
- PersonDirectoryExtensions.cs
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>> GetPersonsAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, Guid? start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
static member GetPersonsAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * Nullable<Guid> * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>>
<Extension()>
Public Function GetPersonsAsync (operations As IPersonDirectory, Optional start As Nullable(Of Guid) = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of EnrollmentResponse))
Parameter
- operations
- IPersonDirectory
- top
- String
- cancellationToken
- CancellationToken
Gibt zurück
Gilt für:
GetPersonsAsync(IPersonDirectory, String, String, CancellationToken)
- Quelle:
- PersonDirectoryExtensions.cs
Achtung
Method is being deprecated, consider using other overloads.
[System.Obsolete("Method is being deprecated, consider using other overloads.", false)]
public static System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>> GetPersonsAsync (this Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory operations, string start = default, string top = default, System.Threading.CancellationToken cancellationToken = default);
[<System.Obsolete("Method is being deprecated, consider using other overloads.", false)>]
static member GetPersonsAsync : Microsoft.Azure.CognitiveServices.Vision.Face.IPersonDirectory * string * string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<System.Collections.Generic.IList<Microsoft.Azure.CognitiveServices.Vision.Face.Models.EnrollmentResponse>>
<Extension()>
Public Function GetPersonsAsync (operations As IPersonDirectory, Optional start As String = Nothing, Optional top As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of IList(Of EnrollmentResponse))
Parameter
- operations
- IPersonDirectory
- start
- String
- top
- String
- cancellationToken
- CancellationToken
Gibt zurück
- Attribute
Gilt für:
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.
Azure SDK for .NET