Udostępnij za pośrednictwem


MappedEntityDomainManager<TData,TModel>.LookupAsync(String) Method

Definition

public override System.Threading.Tasks.Task<System.Web.Http.SingleResult<TData>> LookupAsync (string id);
override this.LookupAsync : string -> System.Threading.Tasks.Task<System.Web.Http.SingleResult<'Data>>
Public Overrides Function LookupAsync (id As String) As Task(Of SingleResult(Of TData))

Parameters

id
String

Returns

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

Applies to