ChatMessageStore.GetUnseenCountAsync Méthode
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.
Surcharges
GetUnseenCountAsync() |
Obtient de manière asynchrone le nombre de messages de conversation non lus. |
GetUnseenCountAsync(IIterable<String>) |
Obtient de manière asynchrone le nombre de messages de conversation non lus à l’aide des transports spécifiés. |
GetUnseenCountAsync()
Obtient de manière asynchrone le nombre de messages de conversation non lus.
public:
virtual IAsyncOperation<int> ^ GetUnseenCountAsync() = GetUnseenCountAsync;
/// [Windows.Foundation.Metadata.Overload("GetUnseenCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<int> GetUnseenCountAsync();
[Windows.Foundation.Metadata.Overload("GetUnseenCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<int> GetUnseenCountAsync();
function getUnseenCountAsync()
Public Function GetUnseenCountAsync () As IAsyncOperation(Of Integer)
Retours
Nombre de messages de conversation non lus.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|
Voir aussi
S’applique à
GetUnseenCountAsync(IIterable<String>)
Obtient de manière asynchrone le nombre de messages de conversation non lus à l’aide des transports spécifiés.
public:
virtual IAsyncOperation<int> ^ GetUnseenCountAsync(IIterable<Platform::String ^> ^ transportIds) = GetUnseenCountAsync;
/// [Windows.Foundation.Metadata.Overload("GetUnseenCountForTransportsReaderAsync")]
IAsyncOperation<int> GetUnseenCountAsync(IIterable<winrt::hstring> const& transportIds);
[Windows.Foundation.Metadata.Overload("GetUnseenCountForTransportsReaderAsync")]
public IAsyncOperation<int> GetUnseenCountAsync(IEnumerable<string> transportIds);
function getUnseenCountAsync(transportIds)
Public Function GetUnseenCountAsync (transportIds As IEnumerable(Of String)) As IAsyncOperation(Of Integer)
Paramètres
ID des transports de conversation à utiliser pour obtenir le nombre de messages invisibles.
Retours
Nombre de messages de conversation non lus.
- Attributs
Configuration requise pour Windows
Fonctionnalités de l’application |
chat
chatSystem
smsSend
|