The ConversationManagertype exposes the following members.

Methods

  Name Description
Public method AddConversation
Adds a new (outgoing) conversation instance.
Public method CreateObjRef (Inherited from MarshalByRefObject.)
Public method Equals (Inherited from Object.)
Protected method Finalize
(Overrides UCWFullFinalize () () () () .)
Public method GetHashCode (Inherited from Object.)
Public method GetLifetimeService (Inherited from MarshalByRefObject.)
Public method GetType (Inherited from Object.)
Public method InitializeLifetimeService (Inherited from MarshalByRefObject.)
Public method JoinConference
Retrieves or Creates a conversation initialized to join conference at given URL.
Protected method MemberwiseClone () () () () (Inherited from Object Object.)
Protected method MemberwiseClone(Boolean) (Inherited from MarshalByRefObject MarshalByRefObject.)
Public method ToString (Inherited from Object.)

Properties

  Name Description
Public property Conversations
Gets the collection of conversations.

Events

  Name Description
Public event ConversationAdded
Occurs a new conversation is added (either incoming or outgoing).
Public event 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()).

See Also