UnboundedPrioritizedChannelOptions<T> 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 options qui contrôlent le comportement des instances créées par Channel.CreateUnboundedPrioritized.
generic <typename T>
public ref class UnboundedPrioritizedChannelOptions sealed : System::Threading::Channels::ChannelOptions
public sealed class UnboundedPrioritizedChannelOptions<T> : System.Threading.Channels.ChannelOptions
type UnboundedPrioritizedChannelOptions<'T> = class
inherit ChannelOptions
Public NotInheritable Class UnboundedPrioritizedChannelOptions(Of T)
Inherits ChannelOptions
Paramètres de type
- T
- Héritage
Constructeurs
UnboundedPrioritizedChannelOptions<T>() |
Fournit des options qui contrôlent le comportement des instances créées par Channel.CreateUnboundedPrioritized. |
Propriétés
AllowSynchronousContinuations |
|
Comparer |
Obtient ou définit le comparateur utilisé par le canal pour hiérarchiser les éléments. |
SingleReader |
|
SingleWriter |
|
Méthodes
Equals(Object) |
Détermine si l’objet spécifié est égal à l’objet actuel. (Hérité de Object) |
GetHashCode() |
Sert de fonction de hachage par défaut. (Hérité de Object) |
GetType() |
Obtient la Type de l’instance actuelle. (Hérité de Object) |
MemberwiseClone() |
Crée une copie superficielle du Objectactuel. (Hérité de Object) |
ToString() |
Retourne une chaîne qui représente l’objet actuel. (Hérité de Object) |