IUserAgentInstanceGetManagerT Method |
Gets the specified manager of the UA instance with T type.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax T GetManager<T>()
where T : class
Function GetManager(Of T As Class) As T
generic<typename T>
where T : ref class
T GetManager()
abstract GetManager : unit -> 'T when 'T : not struct
Type Parameters
- T
- The type of the manager
Return Value
Type:
TSee Also