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

Type Parameters

T
The type of the manager

Return Value

Type: T
See Also