HubLifetimeManagerTestsBase<THub>.SendConnectionAsyncWritesToConnectionOutput Method

Definition

Specification test for SignalR HubLifetimeManager.

public:
 System::Threading::Tasks::Task ^ SendConnectionAsyncWritesToConnectionOutput();
[Xunit.Fact]
public System.Threading.Tasks.Task SendConnectionAsyncWritesToConnectionOutput ();
[<Xunit.Fact>]
member this.SendConnectionAsyncWritesToConnectionOutput : unit -> System.Threading.Tasks.Task
Public Function SendConnectionAsyncWritesToConnectionOutput () As Task

Returns

A Task representing the asynchronous completion of the test.

Attributes
FactAttribute

Applies to