IGroupManager Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |