Click or drag to resize

RegistrationStateChangedArgs(RegState, RegState, Int32, String, RegError) Constructor

Creates a new instance of the RegistrationStateChangedArgs class.

Namespace: Ozeki.VoIP
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntax
public RegistrationStateChangedArgs(
	RegState prevState,
	RegState state,
	int statusCode = 0,
	string reason = null,
	RegError error = RegError.NoError
)

Parameters

prevState  RegState
 
state  RegState
 
statusCode  Int32  (Optional)
 
reason  String  (Optional)
 
error  RegError  (Optional)
 
See Also