Specializes the IInputMode interface to support
concurrency via ConcurrencyController instances.
Namespace: yWorks.Canvas.InputAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface IConcurrentInputMode : IInputMode |
| Visual Basic |
|---|
Public Interface IConcurrentInputMode _ Inherits IInputMode |
Remarks
Implementations may request an input mutex from a ConcurrencyController
that will be given to them via the Controller property.
This allows them to exclusively modify the contents of the view.
If another IInputMode successfully acquires the mutex, this mode will be disabled via the
Enabled property.