![]() |
Neuron®
The Neuron® is the basis for the creation of open and secure federated networks for smart societies.
|
Classes | |
class | CustomFragmentEventArgs |
Event arguments for custom fragment events. More... | |
class | EventEventArgs |
Event arguments for Event events. More... | |
class | PipeEventRecipient |
Receives events from an operating system pipe More... | |
class | PipeEventSink |
Writes logged events to an operating system pipe, for inter-process communication. More... | |
Functions | |
delegate NamedPipeServerStream | NamedPipeServerStreamFactory (string Name) |
Delegate for methods that create object instances of NamedPipeServerStream. More... | |
delegate NamedPipeClientStream | NamedPipeClientStreamFactory (string Name) |
Delegate for methods that create object instances of NamedPipeClientStream. More... | |
delegate NamedPipeClientStream Waher.Events.Pipe.NamedPipeClientStreamFactory | ( | string | Name | ) |
Delegate for methods that create object instances of NamedPipeClientStream.
Name | Pipe name. |
delegate NamedPipeServerStream Waher.Events.Pipe.NamedPipeServerStreamFactory | ( | string | Name | ) |
Delegate for methods that create object instances of NamedPipeServerStream.
Name | Pipe name. |