ChatMessageStore.GetUnseenCountAsync Methode

Definition

Überlädt

GetUnseenCountAsync()

Ruft asynchron die Anzahl der ungelesenen Chatnachrichten ab.

GetUnseenCountAsync(IIterable<String>)

Ruft die Anzahl der ungelesenen Chatnachrichten mithilfe der angegebenen Transporte asynchron ab.

GetUnseenCountAsync()

Ruft asynchron die Anzahl der ungelesenen Chatnachrichten ab.

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)

Gibt zurück

Die Anzahl der ungelesenen Chatnachrichten.

Attribute

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Weitere Informationen

Gilt für:

GetUnseenCountAsync(IIterable<String>)

Ruft die Anzahl der ungelesenen Chatnachrichten mithilfe der angegebenen Transporte asynchron ab.

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)

Parameter

transportIds

IIterable<String>

IEnumerable<String>

IIterable<Platform::String>

IIterable<winrt::hstring>

Die IDs der Chattransporte, die verwendet werden sollen, um die Anzahl der nicht angezeigten Nachrichten abzurufen.

Gibt zurück

Die Anzahl der ungelesenen Chatnachrichten.

Attribute

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Weitere Informationen

Gilt für: