Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
IInteractionManager Interface
NamespacesGenesyslab.Desktop.Modules.Core.Model.InteractionsIInteractionManager
Manages the interactions.
Declaration Syntax
C#Visual BasicVisual C++
public interface IInteractionManager
Public Interface IInteractionManager
public interface class IInteractionManager
Members
All MembersMethodsPropertiesEvents



IconMemberDescription
CaseClosed
Occurs when a case is closed.

CaseCreated
Occurs when a new case is created.

Cases
Gets the cases.

CloseCase(String)
Closes the case and all the interactions that it contains.

CloseInteraction(String)
Closes the interaction.

GetCaseById(String)
Gets the case by id.

GetInteractionByEntrepriseId(String)
Gets the interaction by its Enterprise SDK id.

GetInteractionById(String)
Gets the interaction by id.

Initialize(IEnterpriseServiceProvider)
Initializes the specified entreprise service.

InteractionClosed
Occurs when an interaction is closed.

InteractionCreated
Occurs when an interaction is created.

InteractionEvent
Occurs when an interaction event is dispatched.

Interactions
Gets the interactions.

IsInitialized
Gets a value indicating whether this instance is initialized.

Register(IMedia)
Registers the specified media.

Release()()()
Releases this instance.

Unregister(IMedia)
Unregisters the specified media.

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