Click or drag to resize

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
Syntax
T GetManager<T>()
where T : class

Type Parameters

T
The type of the manager

Return Value

Type: T
See Also