Modality members
Modality is the base class for any modality, including InstantMessageModality and AVModality.
The Modality type exposes the following members.
Properties
Name | Description | |
---|---|---|
Conversation | Gets the associated conversation object. | |
Endpoint | Gets the collaboration endpoint that is used by the modality. | |
Participant | Gets the associated participant object. | |
Properties | Gets a collection of modality properties. | |
State | Gets the modality state. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accept an offer for the modality. | |
BeginConnect | Activates a conversation modality by connecting the modality to its associated local and remote endpoints. | |
BeginConsultativeTransfer | Transfers a connected modality to an existing conversation. | |
BeginDisconnect | Disconnects from the modality. | |
BeginForward(Contact, AsyncCallback, Object) | Forwards an active conversation (in ringing state) to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints. | |
BeginForward(ContactEndpoint, AsyncCallback, Object) | Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints. | |
BeginHold | Places the modality on hold. | |
BeginRetrieve | Retrives a held modality. | |
BeginSetProperty | Sets a property associated with this modality. | |
BeginTransfer(Contact, TransferOptions, AsyncCallback, Object) | Transfers an active conversation to a specified remote contact. | |
BeginTransfer(ContactEndpoint, TransferOptions, AsyncCallback, Object) | Transfer an active conversation to a specified remote contact endpoint. You cannot transfer a conversation to another local contact endpoint. | |
CanInvoke | Returns a flag indicating whether a specific action is available. | |
CanSetProperty | Test whether the property can be set to the modality. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndConnect | Connects to the modality. | |
EndConsultativeTransfer | Transfers a connected modality to an existing conversation. | |
EndDisconnect | Disconnects from the modality. | |
EndForward | Forwards a connecting incoming modality to a different location. | |
EndHold | Places the modality on hold. | |
EndRetrieve | Retrives a held modality. | |
EndSetProperty | Sets a property associated with this modality. | |
EndTransfer | Transfers a connected modality to a different location. | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides UCWFullFinalize().) | |
GetHashCode | (Inherited from Object.) | |
GetLifetimeService | (Inherited from MarshalByRefObject.) | |
GetType | (Inherited from Object.) | |
InitializeLifetimeService | (Inherited from MarshalByRefObject.) | |
MemberwiseClone() | (Inherited from Object.) | |
MemberwiseClone(Boolean) | (Inherited from MarshalByRefObject.) | |
Reject | Reject an offer for the modality. | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when an action availability changes. | |
ModalityStateChanged | Raised when modality state changes |
Top