HubClientMock Class

Assembly
Rocket.Surgery.Airframe.Synthetic.dll
Namespace
Rocket.Surgery.Airframe.Synthetic
Interfaces
Base Types
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
NullableContextAttribute
NullableAttribute

Constructors

Name Summary
HubClientMock()

Methods

Name Value Summary
Connect() Task
Dispose() void
Inherited from HubClientBase
Dispose(bool) void
Inherited from HubClientBase
InvokeAsync<T>(string) Task<T>

Extension Methods