Share via


ISqlChildrenActionsDefinition<T>.GetAsync Methode

Definition

Ruft asynchron die Informationen zu einer untergeordneten Ressource von Azure SQL Server ab.

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

Parameter

name
String

Der Name der untergeordneten Ressource.

cancellationToken
CancellationToken

Gibt zurück

Task<T>

Gilt für: