Partager via


ISqlChildrenOperations<T>.GetByIdAsync Méthode

Définition

Obtient de manière asynchrone les informations sur une ressource enfant à partir de Azure SQL serveur à l’aide de l’ID de ressource.

public System.Threading.Tasks.Task<T> GetByIdAsync (string id, System.Threading.CancellationToken cancellationToken = default);
abstract member GetByIdAsync : string * System.Threading.CancellationToken -> System.Threading.Tasks.Task<'T>
Public Function GetByIdAsync (id As String, Optional cancellationToken As CancellationToken = Nothing) As Task(Of T)

Paramètres

id
String

ID de la ressource.

cancellationToken
CancellationToken

Retours

Task<T>

S’applique à