MobileBackendGetService Method (Type) |
Returns a Service Proxy for of the given type that exposes platform capabilities for this Mobile Backend.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Object GetService(
Type serviceType
)
Public Function GetService (
serviceType As Type
) As Object
public:
virtual Object^ GetService(
Type^ serviceType
) sealed
abstract GetService :
serviceType : Type -> Object
override GetService :
serviceType : Type -> Object
Parameters
- serviceType
- Type: SystemType
The type of the Service Proxy, ex. Storage, Notifications, etc.
Return Value
Type:
ObjectThe Service Proxy for this MobileBackend.
Implements
IServiceProviderGetService(Type)IMobileBackendGetService(Type)
See Also