ConversationSetSubject Method |
Sets the subject for this conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic virtual void SetSubject(
string subject,
ConversationCompletionHandler completionHandler
)
Parameters
- subject
- Type: SystemString
The new subject of this conversation.
- completionHandler
- Type: Avaya.ClientServicesConversationCompletionHandler
The completion handler which will be invoked when the operation completes.
Operation success or failure is reported through this handler.
See Also