Beamable SDK
|
Public Member Functions | |
void | ServerCall () |
Public Member Functions inherited from Beamable.Server.Microservice | |
void | ProvideContext (RequestContext ctx) |
void | ProvideRequester (RequesterFactory requesterFactory) |
void | ProvideServices (ServicesFactory servicesFactory) |
void | ProvideDefaultServices (IServiceProvider provider, Func< RequestContext, IServiceProvider > scopeGenerator) |
Additional Inherited Members | |
Protected Member Functions inherited from Beamable.Server.Microservice | |
RequestHandlerData | AssumeUser (long userId, bool requireAdminUser=true) |
Build a request context and collection of services that represents another player. More... | |
Protected Attributes inherited from Beamable.Server.Microservice | |
RequestContext | Context |
This type defines the Microservice RequestContext. | |
IBeamableRequester | Requester |
This type defines the IBeamableRequester. | |
IBeamableServices | Services |
This type defines the Microservice main entry point for Beamable Microservice features. More... | |
IStorageObjectConnectionProvider | Storage |