MobileBackendGetServiceT Method |
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 T GetService<T>()
where T : ServiceProxy
Public Function GetService(Of T As ServiceProxy) As T
public:
generic<typename T>
where T : ServiceProxy
virtual T GetService() sealed
abstract GetService : unit -> 'T when 'T : ServiceProxy
override GetService : unit -> 'T when 'T : ServiceProxy
Type Parameters
- T
- The type of the Service Proxy, ex. Storage, Notifications, etc.
Return Value
Type:
TThe Service Proxy for this MobileBackend.
Implements
IMobileBackendGetServiceT
See Also