Initializes a new instance of the
StatusLine class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public 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