Initializes a new instance of the SessionStateChangeEventArgs class
 Declaration Syntax
 Declaration Syntax| C# | Visual Basic | Visual C++ | 
public SessionStateChangeEventArgs( SessionState state, int statusCode = 0, string reasonPhrase = "" )
Public Sub New ( state As SessionState, Optional statusCode As Integer = 0, Optional reasonPhrase As String = "" )
public: SessionStateChangeEventArgs( SessionState state, int statusCode = 0, String^ reasonPhrase = L"" )
 Parameters
 ParametersAssembly: VoIPSDK (Module: VoIPSDK.dll) Version: 11.2.4.290

