Udostępnij przez


ClientConnectionCollection.AddRange Method

Definition

Adds a range of ClientConnection instances to the collection.

public void AddRange(System.Collections.Generic.IEnumerable<System.ClientModel.Primitives.ClientConnection> connections);
member this.AddRange : seq<System.ClientModel.Primitives.ClientConnection> -> unit
Public Sub AddRange (connections As IEnumerable(Of ClientConnection))

Parameters

connections
IEnumerable<ClientConnection>

The connections to add.

Applies to