IGroupManager Interface

Definition

A manager abstraction for adding and removing connections from groups.

public interface class IGroupManager
public interface IGroupManager
type IGroupManager = interface
Public Interface IGroupManager

Methods

AddToGroupAsync(String, String, CancellationToken)

Adds a connection to the specified group.

RemoveFromGroupAsync(String, String, CancellationToken)

Removes a connection from the specified group.

Applies to