StorageDomainManager<TData>.LookupAsync Method (String)
Namespace: Microsoft.WindowsAzure.Mobile.Service
Assembly: Microsoft.WindowsAzure.Mobile.Service.Storage (in Microsoft.WindowsAzure.Mobile.Service.Storage.dll)
Syntax
[DebuggerStepThroughAttribute]
public virtual Task<SingleResult<TData>> LookupAsync(
string id
)
public:
[DebuggerStepThroughAttribute]
virtual Task<SingleResult<TData>^>^ LookupAsync(
String^ id
)
[<DebuggerStepThroughAttribute>]
abstract LookupAsync :
id:string -> Task<SingleResult<'TData>>
[<DebuggerStepThroughAttribute>]
override LookupAsync :
id:string -> Task<SingleResult<'TData>>
<DebuggerStepThroughAttribute>
Public Overridable Function LookupAsync (
id As String
) As Task(Of SingleResult(Of TData))
Return Value
Type: System.Threading.Tasks.Task<SingleResult<TData>>
Implements
IDomainManager<TData>.LookupAsync(String)
See Also
StorageDomainManager<TData> Class
Microsoft.WindowsAzure.Mobile.Service Namespace
Return to top