RegisterManagerOnRegisterError Method |
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public void OnRegisterError(
RegError error,
string reason
)
Public Sub OnRegisterError (
error As RegError,
reason As String
)
public:
virtual void OnRegisterError(
RegError error,
String^ reason
) sealed
abstract OnRegisterError :
error : RegError *
reason : string -> unit
override OnRegisterError :
error : RegError *
reason : string -> unit
Parameters
- error
- Type: Ozeki.VoIPRegError
- reason
- Type: SystemString
Implements
IRegisterReceiverOnRegisterError(RegError, String)See Also