AbstractCallLeg Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxprotected AbstractCallLeg(
ISessionCall call,
ISessionCall other
)
Protected Sub New (
call As ISessionCall,
other As ISessionCall
)
protected:
AbstractCallLeg(
ISessionCall^ call,
ISessionCall^ other
)
new :
call : ISessionCall *
other : ISessionCall -> AbstractCallLeg
Parameters
- call ISessionCall
-
- other ISessionCall
-
See Also