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