PBXBaseOnRegisterTimedOut Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax protected virtual void OnRegisterTimedOut(
ISIPExtension extension
)
Protected Overridable Sub OnRegisterTimedOut (
extension As ISIPExtension
)
protected:
virtual void OnRegisterTimedOut(
ISIPExtension^ extension
)
abstract OnRegisterTimedOut :
extension : ISIPExtension -> unit
override OnRegisterTimedOut :
extension : ISIPExtension -> unit
Parameters
- extension
- Type: Ozeki.VoIPISIPExtension
See Also