[ROOT] / doc / toc / ARCCore / Class / ActualConnection / Send / __TOCDet
Key | Value |
---|---|
Assembly | ARCCore |
DocFragType | ClassMember |
IsInherited | -False- |
IsInheritedDoc | -False- |
Lines | -5- |
Name | Send |
Namespace | ARCCore |
Type | ActualConnection |
ClassMemberAttribute
Key | Value |
---|---|
DeclaringType | ActualConnection |
MethodName | Send |
MethodSignature | Void Send(System.String) |
Sends all messages in queue.
1) Adds the given message to the queue and
2) Empties the queue asynchronously.
Emptying is done by ensuring that there is a thead running that continously send messages until the queue is empty (not how this thread exists as soon as the queue is empty)
TODO: If we are Outgoing, queue messages to disk also if many elements in queue.TODO: At application startup, put those messages into the queue again, before accepting new messages.TODO: This should all be managed autonomusly within this class.
Generated 2025-05-24 01:03:23.566 UTC