Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IMediaState Interface
NamespacesGenesyslab.Desktop.Modules.Core.Model.AgentsIMediaState
Interface for the MediaState class.
Declaration Syntax
C#Visual BasicVisual C++
public interface IMediaState : IState, 
	INotifyPropertyChanged
Public Interface IMediaState _
	Implements IState, INotifyPropertyChanged
public interface class IMediaState : IState, 
	INotifyPropertyChanged
Members
All MembersPropertiesEvents



IconMemberDescription
ActionCode
Gets or sets the action code.
(Inherited from IState.)
DndStatus
Gets or sets the DND (Do Not Disturb) status.

PropertyChanged
Occurs when a property value changes.
(Inherited from INotifyPropertyChanged.)
State
Gets or sets the state.
(Inherited from IState.)
StateDuration
Gets the duration of the state.
(Inherited from IState.)

Assembly: Genesyslab.Desktop.Modules.Core (Module: Genesyslab.Desktop.Modules.Core) Version: 8.0.2.15 (8.0.002.15)