HubClientMock Class

Assembly
Rocket.Surgery.Airframe.Synthetic.dll
Namespace
Rocket.Surgery.Airframe.Synthetic
Interfaces
Base Types
HubClientMock
Object
IDisposable

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