HubLifetimeManagerTestsBase<THub>.SendGroupExceptAsyncDoesNotWriteToExcludedConnections Method

Definition

Specification test for SignalR HubLifetimeManager.

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

Returns

A Task representing the asynchronous completion of the test.

Attributes
FactAttribute

Applies to