ScaleoutHubLifetimeManagerTests<TBackplane>.RemoveGroupFromConnectionOnDifferentServerNotInGroupDoesNothing Method

Definition

Specification test for SignalR HubLifetimeManager.

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

Returns

A Task representing the asynchronous completion of the test.

Attributes
FactAttribute

Applies to