Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
Loading...
Searching...
No Matches
ChatState.cs
1
using
System.Collections.Generic
;
2
using
System.Diagnostics;
3
using
Waher.Script
;
4
5
namespace
Waher.Service.IoTBroker.Admin
6
{
10
public
class
ChatState
11
{
16
public
ChatState
(
Variables
Session
)
17
{
18
this.Session =
Session
;
19
}
20
24
public
string
To
;
25
29
public
bool
CommandMode
=
false
;
30
34
public
string
Folder
;
35
39
public
readonly Dictionary<string, FileInfo>
Files
=
new
Dictionary<string, FileInfo>();
40
44
public
readonly LinkedList<Process>
Processes
=
new
LinkedList<Process>();
45
49
public
readonly
Variables
Session
;
50
}
51
}
Waher.Script.Variables
Collection of variables.
Definition:
Variables.cs:25
Waher.Service.IoTBroker.Admin.ChatState
State of a chat session
Definition:
ChatState.cs:11
Waher.Service.IoTBroker.Admin.ChatState.Files
readonly Dictionary< string, FileInfo > Files
Currently accesible files
Definition:
ChatState.cs:39
Waher.Service.IoTBroker.Admin.ChatState.ChatState
ChatState(Variables Session)
State of a chat session
Definition:
ChatState.cs:16
Waher.Service.IoTBroker.Admin.ChatState.Processes
readonly LinkedList< Process > Processes
Current processes related to session
Definition:
ChatState.cs:44
Waher.Service.IoTBroker.Admin.ChatState.CommandMode
bool CommandMode
Shell Command mode (true), or internal mode (false, default).
Definition:
ChatState.cs:29
Waher.Service.IoTBroker.Admin.ChatState.Session
readonly Variables Session
Session variables
Definition:
ChatState.cs:49
Waher.Service.IoTBroker.Admin.ChatState.To
string To
Remote endpoint
Definition:
ChatState.cs:24
Waher.Service.IoTBroker.Admin.ChatState.Folder
string Folder
Current folder
Definition:
ChatState.cs:34
System.Collections.Generic
Definition:
ImplTypes.g.cs:4970
Waher.Script
Definition:
App.xaml.cs:4
Waher.Service.IoTBroker.Admin
Definition:
CreateAccount.cs:10
Waher.Service.IoTBroker
Admin
ChatState.cs
Generated by
1.9.5