Partager via


ChatMessageStore.GetUnseenCountAsync Méthode

Définition

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

transportIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

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

Voir aussi

S’applique à