SIPUACWrapperGetManagerT Method |
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntaxpublic T GetManager<T>()
where T : class
Public Function GetManager(Of T As Class) As T
public:
generic<typename T>
where T : ref class
virtual T GetManager() sealed
abstract GetManager : unit -> 'T when 'T : not struct
override GetManager : unit -> 'T when 'T : not struct
Type Parameters
- T
Return Value
Type:
TImplements
IUserAgentInstanceGetManagerT
See Also