- Assembly
- Rocket
.Surgery .Airframe .Synthetic .dll - Namespace
- Rocket
.Surgery .Airframe .Synthetic - Interfaces
-
- IHubClient
- IDisposable
- Base Types
-
- Object
- HubClientBase
graph BT
Type-->Base0["HubClientBase"]
click Base0 "/api/Data/HubClientBase"
Base0-->Base1["Object"]
Type-.->Interface0["IHubClient"]
click Interface0 "/api/Data/IHubClient"
Type-.->Interface1["IDisposable"]
Type["HubClientMock"]
class Type type-node
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.
|
