CachedMessageBlock.Item[Int32] Propriété
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.
Accédez au message mis en cache à l’index fourni.
public Orleans.Providers.Streams.Common.CachedMessage this[int index] { get; }
member this.Item(int) : Orleans.Providers.Streams.Common.CachedMessage
Default Public ReadOnly Property Item(index As Integer) As CachedMessage
Paramètres
- index
- Int32
Index auquel accéder.
Valeur de propriété
Message à l’index spécifié.