The interface for the LoginController class.

C# | Visual Basic | Visual C++ |
public interface ILoginController
Public Interface ILoginController
public interface class ILoginController

All Members | Methods | Properties | |||
Icon | Member | Description |
---|---|---|
![]() | ConnectToConfigServer()()() |
Connects to configuration server.
|
![]() | IsReady |
Gets a value indicating whether application is ready. The agent is connected with some channels
|
![]() | LogOnMedias()()() |
Logs the medias on.
|
![]() | PromptChangePlace()()() |
Prompts the user to change the place.
|
![]() | PromptLogin()()() |
Prompts the user to log in to the application.
|