ChannelId Structure
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.
Identifie un canal au sein d’un fournisseur
[Orleans.GenerateSerializer]
[Orleans.Immutable]
[System.Serializable]
public readonly struct ChannelId : IComparable<Orleans.BroadcastChannel.ChannelId>, IEquatable<Orleans.BroadcastChannel.ChannelId>, ISpanFormattable, System.Runtime.Serialization.ISerializable
[<Orleans.GenerateSerializer>]
[<Orleans.Immutable>]
[<System.Serializable>]
type ChannelId = struct
interface ISerializable
interface ISpanFormattable
interface IFormattable
Public Structure ChannelId
Implements IComparable(Of ChannelId), IEquatable(Of ChannelId), ISerializable, ISpanFormattable
- Héritage
-
ChannelId
- Attributs
- Implémente
Propriétés
FullKey |
Obtient la clé complète. |
Key |
Obtient la clé. |
Namespace |
Obtient l'espace de noms. |
Méthodes
CompareTo(ChannelId) |
Identifie un canal au sein d’un fournisseur |
Create(ReadOnlySpan<Byte>, ReadOnlySpan<Byte>) |
Initialise une nouvelle instance du struct ChannelId. |
Create(String, Guid) |
Initialise une nouvelle instance du struct ChannelId. |
Create(String, String) |
Initialise une nouvelle instance du struct ChannelId. |
Equals(ChannelId) |
Identifie un canal au sein d’un fournisseur |
Equals(Object) |
Identifie un canal au sein d’un fournisseur |
GetHashCode() |
Identifie un canal au sein d’un fournisseur |
GetKeyAsString() |
Retourne le Key composant de cette instance sous forme de chaîne. |
GetNamespace() |
Retourne le Namespace composant de cette instance sous forme de chaîne. |
GetObjectData(SerializationInfo, StreamingContext) |
Identifie un canal au sein d’un fournisseur |
ToString() |
Identifie un canal au sein d’un fournisseur |
Opérateurs
Equality(ChannelId, ChannelId) |
Compare si deux instances ChannelId sont égales. |
Inequality(ChannelId, ChannelId) |
Compare si deux instances ChannelId sont égales. |
Implémentations d’interfaces explicites
IFormattable.ToString(String, IFormatProvider) |
Identifie un canal au sein d’un fournisseur |
ISpanFormattable.TryFormat(Span<Char>, Int32, ReadOnlySpan<Char>, IFormatProvider) |
Identifie un canal au sein d’un fournisseur |