|
TelephonyServerWaveWriteComment Method |
Writes the comment into the file.
Namespace:
VoiceElements.Client
Assembly:
VoiceElementsClient (in VoiceElementsClient.dll) Version: 8.6.1.1
Syntax public void WaveWriteComment(
string filename,
string comment
)
Public Sub WaveWriteComment (
filename As String,
comment As String
)
public:
void WaveWriteComment(
String^ filename,
String^ comment
)
member WaveWriteComment :
filename : string *
comment : string -> unit
Parameters
- filename
- Type: SystemString
The filename that you would like to write the comment to. - comment
- Type: SystemString
The contents of the comment.
See Also