- Assembly
- UnitTest
.dll - Namespace
- Terrasoft
.UnitTest - Interfaces
-
- IMsgChannel
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IMsgChannel"]
Type["TestMessageChannel"]
class Type type-node
Syntax
public class TestMessageChannel : IMsgChannel
Constructors
Name | Summary |
---|---|
TestMessageChannel |
Events
Name | Type | Summary |
---|---|---|
OnConnectionClose | Msg |
|
OnMessage | MsgHandler |
Properties
Name | Value | Summary |
---|---|---|
Id | Guid | |
Name | string | |
PostedMessage | IMsg |
static
|
Methods
Name | Value | Summary |
---|---|---|
PostMessage |
void |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|