Initializes a new instance of the
CallLogger class
Namespace: Ozeki.VoIPAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax public CallLogger(
string prefix
)
Public Sub New (
prefix As String
)
public:
CallLogger(
String^ prefix
)
new :
prefix : string -> CallLogger
Parameters
- prefix
- Type: SystemString
See Also