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