IHubClient Interface

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
NullableContextAttribute

Methods

Name Value Summary
Connect() Task
InvokeAsync<T>(string) Task<T>

Extension Methods