[ROOT] / doc / DocFrag / ARCCore.ARNodeType.Client
| Key | Value | 
|---|---|
| Assembly | ARCCore | 
| DocFragType | EnumMember | 
| Name | Client | 
| Namespace | ARCCore | 
| Type | ARNodeType | 
EnumMemberAttribute
| Key | Value | 
|---|---|
| EnumMember | Client | 
| EnumType | ARNodeType | 
An outer node / 'end' node with (usually) ApplicationSpecificCode but based on ARADB.
The node will either:
1) Use something like PRich for data storage and have a Subscription to ArmDB
(always being up-to-date with cached information in RAM),
or
2) Not use any specific permanent storage but just AdHocQuery ArmDB as needed (similar to a traditional client / database setup). 
Note that for instance 'end'-nodes which only do logging should be quite possible to set up with only StandardAgoRapideCode, but apart from specific cases like that, all other 'end'-nodes are supposed to contain ApplicationSpecificCode.
Generated 2025-11-04 06:49:04.454 UTC