Interface DesignerConcurrencyRpc
public interface DesignerConcurrencyRpc
-
Method Summary
Modifier and TypeMethodDescriptionvoid
closeSession
(String projectName) Tells the manager that the project has been closed.void
syncConcurrencyState
(String messageType, com.inductiveautomation.ignition.common.gson.JsonObject json) Pushes a new update to the gateway's concurrent resource editing manager.
-
Method Details
-
syncConcurrencyState
void syncConcurrencyState(String messageType, com.inductiveautomation.ignition.common.gson.JsonObject json) Pushes a new update to the gateway's concurrent resource editing manager.- See Also:
-
closeSession
Tells the manager that the project has been closed. -
currentSessionInfo
ConcurrencySessionInfo currentSessionInfo()
-