Share via


HubLifetimeManagerTestsBase<THub>.SendAllAsyncWritesToAllConnectionsOutput Method

Definition

Specification test for SignalR HubLifetimeManager.

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

Returns

A Task representing the asynchronous completion of the test.

Attributes
FactAttribute

Applies to