Click or drag to resize

SearchConversationSetType Method

Sets the conversation type.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public override void SetType(
	ConversationType type,
	ConversationCompletionHandler completionHandler
)

Parameters

type
Type: Avaya.ClientServicesConversationType
The new conversation type.
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