Click or drag to resize
RegistrationStateChangedArgs Constructor (RegState, RegState, Int32, String, RegError)
Creates a new instance of the RegistrationStateChangedArgs class.

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

Parameters

prevState
Type: Ozeki.VoIPRegState
state
Type: Ozeki.VoIPRegState
statusCode (Optional)
Type: SystemInt32
reason (Optional)
Type: SystemString
error (Optional)
Type: Ozeki.VoIPRegError
See Also