ConversationManager Members
Include Protected Members
Include Inherited Members
Manages conversation creation and removal, retrieves the collection of the conversations, joins a conference, and other conversation collection-related actions.
The ConversationManager type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() |
Conversations | Gets the collection of conversations. |
Top
Methods
Name | Description | |
---|---|---|
![]() |
AddConversation | Adds a new (outgoing) conversation instance. |
![]() |
CreateObjRef | (inherited from MarshalByRefObject) |
![]() |
Equals | (inherited from Object) |
![]() |
Finalize | (Overrides UCWFullFinalize().) |
![]() |
GetHashCode | (inherited from Object) |
![]() |
GetLifetimeService | (inherited from MarshalByRefObject) |
![]() |
GetType | (inherited from Object) |
![]() |
InitializeLifetimeService | (inherited from MarshalByRefObject) |
![]() |
JoinConference | Retrieves or Creates a conversation initialized to join conference at given URL. |
![]() |
MemberwiseClone() | (inherited from Object) |
![]() |
MemberwiseClone(Boolean) | (inherited from MarshalByRefObject) |
![]() |
ToString | (inherited from Object) |
Top
Events
Name | Description | |
---|---|---|
![]() |
ConversationAdded | Occurs a new conversation is added (either incoming or outgoing). |
![]() |
ConversationRemoved | Occurs when a conversation is removed. A conversation is removed when all modalities are disconnected or conversation was ended with a call to End()). |
Top