Initializes a new instance of the
StatusLine class
Namespace:
Ozeki.VoIP
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.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
- Type: SystemInt32
- rp
- Type: SystemString
See Also