- Assembly
- Rocket
.Surgery .Airframe .Data .dll - Namespace
- Data
- Interfaces
-
- IDisposable
- Implementing Types
graph BT
Type-.->Interface0["IDisposable"]
Type["IHubClient"]
class Type type-node
Implementing0["HubClientMock"]-.->Type
click Implementing0 "/api/Rocket.Surgery.Airframe.Synthetic/HubClientMock"
Implementing1["HubClientBase"]-.->Type
click Implementing1 "/api/Data/HubClientBase"
Syntax
public interface IHubClient : IDisposable
Attributes
| Type | Description |
|---|---|
| Nullable |
Methods
| Name | Value | Summary |
|---|---|---|
| Connect |
Task | |
| 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.
|
