Modality members
Modality is the base class for any modality, including InstantMessageModality and AVModality.
The Modality type exposes the following members.
Constructors
Name | Description | |
---|---|---|
Modality |
Top
Properties
Name | Description | |
---|---|---|
AdviseMap | (Inherited from ComObject.) | |
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. | |
ScriptObject | (Inherited from ScriptWrapper.) | |
State | Gets the modality state. |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accept an offer for the modality. | |
AttachEvent(Guid) | (Inherited from ComObject.) | |
AttachEvent(Object, Guid) | (Inherited from ComObject.) | |
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. | |
CreateArray | (Inherited from ComObject.) | |
CreateArrayFromEnum | (Inherited from ComObject.) | |
CreateEventDispatcher | (Inherited from ComObject.) | |
CreateObjectParameter | (Inherited from UCWBase.) | |
CreateParameters | (Inherited from ComObject.) | |
DetachEvent | (Inherited from ComObject.) | |
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. | |
EnsureEventAdd(IEnumerable<MulticastDelegate>, Guid) | (Inherited from ComObject.) | |
EnsureEventAdd(MulticastDelegate, Guid) | (Inherited from ComObject.) | |
EnsureEventAdd(IEnumerable<MulticastDelegate>, Object, Guid) | (Inherited from ComObject.) | |
EnsureEventRemove(IEnumerable<MulticastDelegate>, Guid) | (Inherited from ComObject.) | |
EnsureEventRemove(MulticastDelegate, Guid) | (Inherited from ComObject.) | |
Equals(Object) | (Inherited from ComObject.) | |
Equals(ScriptObject) | (Inherited from ScriptWrapper.) | |
Equals(ScriptWrapper) | (Inherited from ScriptWrapper.) | |
Finalize | (Inherited from UCWBase.) | |
GetEnumerator | (Inherited from ComObject.) | |
GetHashCode | (Inherited from ComObject.) | |
GetInteropEnumerator | (Inherited from ComObject.) | |
GetProperty | (Inherited from ScriptWrapper.) | |
GetPropertyBoolean | (Inherited from ScriptWrapper.) | |
GetPropertyEx | (Inherited from ComObject.) | |
GetPropertyInt32 | (Inherited from ScriptWrapper.) | |
GetPropertyScript | (Inherited from ScriptWrapper.) | |
GetPropertyString | (Inherited from ScriptWrapper.) | |
GetScriptEnumerator | (Inherited from ComObject.) | |
GetType | (Inherited from Object.) | |
Invoke | (Inherited from ScriptWrapper.) | |
InvokeEx | (Inherited from ComObject.) | |
InvokeMethod | (Inherited from ScriptWrapper.) | |
MemberwiseClone | (Inherited from Object.) | |
PersistAddRef | (Inherited from UCWBase.) | |
PersistRemoveRef | (Inherited from UCWBase.) | |
Reject | Reject an offer for the modality. | |
SetPersistence | (Inherited from UCWBase.) | |
SetProperty | (Inherited from ScriptWrapper.) | |
SetPropertyEx | (Inherited from ComObject.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when an action availability changes. | |
ModalityStateChanged | Raised when modality state changes |
Top