Ozeki VoIP SDK Class library
GenericResponseEventArgs Constructor (code, reasonPhrase)
NamespacesOzeki.VoIP.PBX.PhoneCalls.EventArgsGenericResponseEventArgsGenericResponseEventArgs(Int32, String)
Initializes a new instance of the GenericResponseEventArgs class
Declaration Syntax
C#Visual BasicVisual C++
public GenericResponseEventArgs(
	int code,
	string reasonPhrase
)
Public Sub New ( _
	code As Integer, _
	reasonPhrase As String _
)
public:
GenericResponseEventArgs(
	int code, 
	String^ reasonPhrase
)
Parameters
code (Int32)
reasonPhrase (String)

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243