Initializes a new instance of the
StatusLine class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic StatusLine(
int c,
string rp
)
Public Sub New (
c As Integer,
rp As String
)
public:
StatusLine(
int c,
String^ rp
)
new :
c : int *
rp : string -> StatusLine
Parameters
- c Int32
-
- rp String
-
See Also