IMobileBackendGetServiceT 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)
SyntaxT GetService<T>()
where T : ServiceProxy
Function GetService(Of T As ServiceProxy) As T
generic<typename T>
where T : ServiceProxy
T GetService()
abstract 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.
See Also