Channel Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit des méthodes statiques pour la création de canaux.
public ref class Channel abstract sealed
public static class Channel
type Channel = class
Public Class Channel
- Héritage
-
Channel
Méthodes
CreateBounded<T>(BoundedChannelOptions) |
Crée un canal avec la capacité maximale spécifiée. |
CreateBounded<T>(BoundedChannelOptions, Action<T>) |
Crée un canal soumis aux options fournies. |
CreateBounded<T>(Int32) |
Crée un canal avec la capacité maximale spécifiée. |
CreateUnbounded<T>() |
Crée un canal non lié utilisable par un nombre quelconque de lecteurs et d’enregistreurs simultanément. |
CreateUnbounded<T>(UnboundedChannelOptions) |
Crée un canal non lié soumis aux options fournies. |
CreateUnboundedPrioritized<T>() |
Crée un canal non lié utilisable par un nombre quelconque de lecteurs et d’enregistreurs simultanément. |
CreateUnboundedPrioritized<T>(UnboundedPrioritizedChannelOptions<T>) |
Crée un canal hiérarchisé sans limite soumis aux options fournies. |