HubClientBase Class

Assembly
Rocket.Surgery.Airframe.Data.dll
Namespace
Data
Interfaces
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(bool) void
InvokeAsync<T>(string) Task<T>

Extension Methods