PBXBaseGetServiceT Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected T GetService<T>()
where T : class
Protected Function GetService(Of T As Class) As T
protected:
generic<typename T>
where T : ref class
T GetService()
member GetService : unit -> 'T when 'T : not struct
Type Parameters
- T
Return Value
Type:
TSee Also