|
Beamable SDK
|


Public Member Functions | |
| int | Add (int a, int b) |
| async Task< int > | Delay (int ms) |
| async Task< string > | InventoryTest (ItemRef itemRef) |
| async Task< string > | GetUserEmail (int dbid) |
| async Task< string > | GetContent (string id) |
Public Member Functions inherited from Beamable.Server.Microservice | |
| void | ProvideContext (RequestContext ctx) |
| void | ProvideRequester (IBeamableRequester requester) |
| void | ProvideServices (IBeamableServices services) |
Static Public Attributes | |
| static ServiceFactory< SimpleMicroservice > | Factory => () => new SimpleMicroservice() |
Additional Inherited Members | |
Protected Attributes inherited from Beamable.Server.Microservice | |
| RequestContext | Context |
| IBeamableRequester | Requester |
| IBeamableServices | Services |
1.8.17