Partager via


TableController<TData>.LookupAsync(String) Méthode

Définition

Fournit une méthode d’assistance pour rechercher une entité dans un magasin principal. Il traite les exceptions levées par et IDomainManager<TData> les mappe dans les réponses HTTP appropriées.

protected virtual System.Threading.Tasks.Task<System.Web.Http.SingleResult<TData>> LookupAsync (string id);
abstract member LookupAsync : string -> System.Threading.Tasks.Task<System.Web.Http.SingleResult<'Data>>
override this.LookupAsync : string -> System.Threading.Tasks.Task<System.Web.Http.SingleResult<'Data>>
Protected Overridable Function LookupAsync (id As String) As Task(Of SingleResult(Of TData))

Paramètres

id
String

Retours

Task<System.Web.Http.SingleResult<TData>>

retourné System.Web.Http.SingleResult`1 par le IDomainManager<TData>.

S’applique à