ConversationIsParticipantActive Method |
Returns true if a specified participant is active in this conversation.
Namespace:
Avaya.ClientServices
Assembly:
AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntaxpublic virtual bool IsParticipantActive(
MessagingParticipant participant
)
Parameters
- participant
- Type: Avaya.ClientServicesMessagingParticipant
The participant to query for.
Return Value
Type:
BooleanReturns true if the specified participant is an active participant of the conversation.
See Also