ConferenceSetLocked Method |
Locks or unlocks the conference call. If the call is not a conference call
or the conference call is not locked, an error indication is returned
through the completionHandler argument.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic void SetLocked(
bool locked,
ConferenceConferenceActionCompletionHandler completionHandler
)
Parameters
- locked
- Type: SystemBoolean
Set to true to lock the call or false to unlock the call. - completionHandler
- Type: Avaya.ClientServicesConferenceConferenceActionCompletionHandler
The completion handler for this operation. Operation
success or failure is reported through this handler.
Remarks
When the operation is successful, a status update is reported through any event handler(s)
registered against the
LockStatusChanged event on this Conference object.
See Also