| ConfbridgeStopRecordAction Constructor (String) |
Stops recording a specified conference.
Namespace: AsterNET.Manager.ActionAssembly: AsterNET (in AsterNET.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public ConfbridgeStopRecordAction(
string conference
)
Public Sub New (
conference As String
)
public:
ConfbridgeStopRecordAction(
String^ conference
)
new :
conference : string -> ConfbridgeStopRecordAction
Parameters
- conference
- Type: SystemString
[Missing <param name="conference"/> documentation for "M:AsterNET.Manager.Action.ConfbridgeStopRecordAction.#ctor(System.String)"]
See Also