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