MongoDomainManager<TData>.LookupAsync Method (String)
Namespace: Microsoft.Azure.Mobile.Server
Assembly: Microsoft.Azure.Mobile.Server.Mongo (in Microsoft.Azure.Mobile.Server.Mongo.dll)
Syntax
public override Task<SingleResult<TData>> LookupAsync(
string id
)
public:
virtual Task<SingleResult<TData>^>^ LookupAsync(
String^ id
) override
override LookupAsync :
id:string -> Task<SingleResult<'TData>>
Public Overrides Function LookupAsync (
id As String
) As Task(Of SingleResult(Of TData))
Parameters
- id
Type: System.String
Return Value
Type: System.Threading.Tasks.Task<SingleResult<TData>>
Implements
IDomainManager<TData>.LookupAsync(String)
See Also
MongoDomainManager<TData> Class
Microsoft.Azure.Mobile.Server Namespace
Return to top