- Assembly
- Rocket
.Surgery .Airframe .Synthetic .dll - Namespace
- Rocket
.Surgery .Airframe .Synthetic - Interfaces
-
- IHubClient
- IDisposable
- Base Types
-
- Object
- HubClientBase
Syntax
public class HubClientMock : HubClientBase, IHubClient, IDisposable
Attributes
Type | Description |
---|---|
Nullable |
|
NullableAttribute |
Constructors
Name | Summary |
---|---|
HubClientMock |
Methods
Name | Value | Summary |
---|---|---|
Connect |
Task | |
Dispose |
void |
Inherited from HubClientBase
|
Dispose |
void |
Inherited from HubClientBase
|
InvokeAsync |
Task |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|