The interface for the Media class.

C# | Visual Basic | Visual C++ |
public interface IMedia : INotifyPropertyChanged
Public Interface IMedia _ Implements INotifyPropertyChanged
public interface class IMedia : INotifyPropertyChanged

All Members | Methods | Properties | Events | ||
Icon | Member | Description |
---|---|---|
![]() | AfterCallWorkEvent(Object) |
Occurs when an agent status is set to AfterCallWork.
|
![]() | Attemps |
Gets or sets the number of attemps. Used for high availability at the first connection.
|
![]() | Channel |
Gets or sets the channel.
|
![]() | Clone()()() |
Clones this instance.
|
![]() | ConnectedEvent |
Gets the connected event. Used for high availability at the first connection.
|
![]() | Device |
Gets or sets the device.
|
![]() | DeviceService |
Gets or sets the device service.
|
![]() | DndOff()()() |
Turns the DND (Do Not Disturb) off.
|
![]() | DndOffEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned off.
|
![]() | DndOn()()() |
Turns the DND (Do Not Disturb) on.
|
![]() | DndOnEvent(Object) |
Occurs when the Do Not Disturb (DND) is turned on.
|
![]() | FakeActionCodeName |
Gets or sets the fake action code name.
|
![]() | IdentityService |
Gets or sets the identity service.
|
![]() | InteractionService |
Gets or sets the interaction service.
|
![]() | IsAvailbleMedia |
Gets or sets a value indicating whether this media is available.
|
![]() | IsItCapableAfterCallWork |
Gets a value indicating whether this instance is capable of after call work.
|
![]() | IsItCapableDnd |
Gets a value indicating whether this instance is capable of Do Not Disturb (DND) status.
|
![]() | IsItCapableForward |
Gets a value indicating whether this instance is capable of forwarding.
|
![]() | IsItPossibleAfterCallWork |
Gets a value indicating whether it is possible to have an after call work status.
|
![]() | IsItPossibleCancelForward |
Gets a value indicating whether it is possible to cancel forwarding.
|
![]() | IsItPossibleDndOff |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) off.
|
![]() | IsItPossibleDndOn |
Gets a value indicating whether it is possible to have Do Not Disturb (DND) on.
|
![]() | IsItPossibleSetForward |
Gets a value indicating whether it is possible to set forwarding.
|
![]() | IsItSelfBackupServer |
Gets or sets a value indicating whether this instance is it self backup server.
|
![]() | IsLogOff |
Gets a value indicating whether this instance is logged off.
|
![]() | IsOutOfService |
Gets a value indicating whether this instance is out of service.
|
![]() | IsSelectable |
Gets a value indicating whether this instance is selectable.
|
![]() | IsSelected |
Gets or sets a value indicating whether this instance is selected.
|
![]() | LogOff()()() |
Logs off the media.
|
![]() | LogOn()()() |
Logs on the media.
|
![]() | LogSet |
Gets a log set.
|
![]() | LongName |
Gets or sets the long name.
|
![]() | MediaState |
Gets or sets the state of the media.
|
![]() | Name |
Gets or sets the name.
|
![]() | NotReady()()() |
Sets the media to NotReady.
|
![]() | NotReady(String) |
Sets the media to NotReady with Action Code.
|
![]() | NotReadyAfterCallWork()()() |
Sets the media to NotReadyAfterCallWork.
|
![]() | PropertyChanged |
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.) |
![]() | PSTService |
Gets or sets the PST service.
|
![]() | Ready()()() |
Sets the media to Ready.
|