ApplicationSharingModality members
Represents the application sharing modality of a conversation or participant modality collection.
The ApplicationSharingModality type exposes the following members.
Properties
Name | Description | |
---|---|---|
Controller | Gets the conversation participant that is in control of the shared resource. | |
Conversation | Gets the associated conversation object. (Inherited from Modality.) | |
Endpoint | Gets the collaboration endpoint that is used by the modality. (Inherited from Modality.) | |
LocalSharedResources | Get the list of resources currently shared by the local participant. | |
Participant | Gets the associated participant object. (Inherited from Modality.) | |
ParticipationState | Get the participation state. | |
Properties | Gets a collection of modality properties. (Inherited from Modality.) | |
ShareableResources | Get the list of available resources. | |
Sharer | Gets the participant who is sharing. It returns null when nobody is sharing. | |
State | Gets the modality state. (Inherited from Modality.) | |
View |
Top
Methods
Name | Description | |
---|---|---|
Accept | Accept an offer for the modality. (Inherited from Modality.) | |
BeginAcceptControlRequest | Accepts a pending control request. | |
BeginConnect | Activates a conversation modality by connecting the modality to its associated local and remote endpoints. (Inherited from Modality.) | |
BeginConsultativeTransfer | Transfers a connected modality to an existing conversation. (Inherited from Modality.) | |
BeginDeclineControlRequest | Declines a pending control request. | |
BeginDisconnect | Disconnects from the modality. (Inherited from 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. (Inherited from Modality.) | |
BeginForward(ContactEndpoint, AsyncCallback, Object) | Forwards an active conversation to a specified remote contact endpoint. You cannot forward conversations between the local contacts endpoints. (Inherited from Modality.) | |
BeginGrantControl | Grants control of the shared resource. | |
BeginHold | Places the modality on hold. (Inherited from Modality.) | |
BeginReleaseControl | Releases control of the shared resource. | |
BeginRequestControl | Requests control of the shared resource. | |
BeginRetrieve | Retrives a held modality. (Inherited from Modality.) | |
BeginRevokeControl | Revokes control of the shared resource. | |
BeginSetProperty | Sets a property associated with this modality. (Inherited from Modality.) | |
BeginShareDesktop | Connects the modality, if not connected already, and starts sharing the desktop. | |
BeginShareResources(SharingResource, AsyncCallback, Object) | Starts sharing resources with the given a resource. | |
BeginShareResources(IList<SharingResource>, AsyncCallback, Object) | Starts sharing resources with the given a list of resources. | |
BeginShareResources(SharingResourceList, AsyncCallback, Object) | Connects the modality, if not connected already, and starts sharing the given resources. | |
BeginTransfer(Contact, TransferOptions, AsyncCallback, Object) | Transfers an active conversation to a specified remote contact. (Inherited from Modality.) | |
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. (Inherited from Modality.) | |
CanInvoke | Returns a flag indicating whether a specific action is available. (Inherited from Modality.) | |
CanSetProperty | Test whether the property can be set to the modality. (Inherited from Modality.) | |
CanShare(SharingResourceType) | Finds if the given resource type can be shared | |
CanShare(SharingResourceType, CanShareDetail) | Finds if the given resource type can be shared and provides some detail. | |
CreateObjRef | (Inherited from MarshalByRefObject.) | |
EndAcceptControlRequest | Accepts a pending control request. | |
EndConnect | Connects to the modality. (Inherited from Modality.) | |
EndConsultativeTransfer | Transfers a connected modality to an existing conversation. (Inherited from Modality.) | |
EndDeclineControlRequest | Declines a pending control request. | |
EndDisconnect | Disconnects from the modality. (Inherited from Modality.) | |
EndForward | Forwards a connecting incoming modality to a different location. (Inherited from Modality.) | |
EndGrantControl | Grants control of the shared resource. | |
EndHold | Places the modality on hold. (Inherited from Modality.) | |
EndReleaseControl | Releases control of the shared resource. | |
EndRequestControl | Requests control of the shared resource. | |
EndRetrieve | Retrives a held modality. (Inherited from Modality.) | |
EndRevokeControl | Revokes control of the shared resource. | |
EndSetProperty | Sets a property associated with this modality. (Inherited from Modality.) | |
EndShareDesktop | Connects the modality, if not connected already, and starts sharing the desktop. | |
EndShareResources | Connects the modality, if not connected already, and starts sharing the given resources. | |
EndTransfer | Transfers a connected modality to a different location. (Inherited from Modality.) | |
Equals | (Inherited from Object.) | |
Finalize | (Overrides Modality.Finalize().) | |
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. (Inherited from Modality.) | |
ToString | (Inherited from Object.) |
Top
Events
Name | Description | |
---|---|---|
ActionAvailabilityChanged | Raised when an action availability changes. (Inherited from Modality.) | |
ApplicationSharingModalityPropertyChanged | Raised when a property value changes | |
ControllerChanged | Registered on the Conversation ApplicationSharingModality and raised when the shared resource controller changed. | |
ControlRequestReceived | Registered on the Conversation ApplicationSharingModality and raised when someone requests control of a resource. | |
LocalSharedResourcesChanged | Raised when the list of locally shared resources changes. | |
ModalityStateChanged | Raised when modality state changes (Inherited from Modality.) | |
ParticipationStateChanged | Raised when the participation state has changed. | |
SharerChanged | Raised when the sharer changed. |
Top