DialInfo(String, String) Constructor |
Initializes a new instance of the
DialInfo class.
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic 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 String
- The dialed number or dialed user ID.
- callerID String
- The ID of the caller.
See Also