| MessageSetImportance Method |
Sets a new message importance.
Namespace: Avaya.ClientServicesAssembly: AvayaClientServices (in AvayaClientServices.dll) Version: 592.1.30.0
Syntaxpublic void SetImportance(
MessageImportance importance,
MessageCompletionHandler completionHandler
)
Parameters
- importance
- Type: Avaya.ClientServicesMessageImportance
The new message importance setting.
- completionHandler
- Type: Avaya.ClientServicesMessageCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also