- Assembly
- Rocket
.Surgery .Airframe .Data .dll - Namespace
- Data
- Interfaces
-
- IHubClient
- IDisposable
- Base Types
-
- Object
- Derived Types
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IHubClient"]
click Interface0 "/api/Data/IHubClient"
Type-.->Interface1["IDisposable"]
Type["HubClientBase"]
class Type type-node
Derived0["HubClientMock"]-->Type
click Derived0 "/api/Rocket.Surgery.Airframe.Synthetic/HubClientMock"
Syntax
public abstract class HubClientBase : IHubClient, IDisposable
Constructors
Name | Summary |
---|---|
HubClientBase |
Methods
Name | Value | Summary |
---|---|---|
Connect |
Task | |
Dispose |
void | |
Dispose |
void | |
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.
|