AbstractCallLeg Constructor |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected 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
- Type: Ozeki.VoIPISessionCall
- other
- Type: Ozeki.VoIPISessionCall
See Also