DialInfo Constructor (String, String) |
Initializes a new instance of the
DialInfo class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public DialInfo(
string dialed,
string callerID
)
Public Sub New (
dialed As String,
callerID As String
)
public:
DialInfo(
String^ dialed,
String^ callerID
)
new :
dialed : string *
callerID : string -> DialInfo
Parameters
- dialed
- Type: SystemString
The dialed number or dialed user ID. - callerID
- Type: SystemString
The ID of the caller.
See Also