IUserAgentInstanceGetManagerT Method |
Gets the specified manager of the UA instance with T type.
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
SyntaxT 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:
T
See Also