Freigeben über


ChatSearchReader.ReadBatchAsync Methode

Definition

Überlädt

ReadBatchAsync()

Gibt einen Batch gefundener Elemente zurück, die den Suchkriterien entsprechen.

ReadBatchAsync(Int32)

Gibt einen Batch gefundener Elemente zurück, die den Suchkriterien entsprechen.

ReadBatchAsync()

Gibt einen Batch gefundener Elemente zurück, die den Suchkriterien entsprechen.

public:
 virtual IAsyncOperation<IVectorView<IChatItem ^> ^> ^ ReadBatchAsync() = ReadBatchAsync;
/// [Windows.Foundation.Metadata.Overload("ReadBatchAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IChatItem>> ReadBatchAsync();
[Windows.Foundation.Metadata.Overload("ReadBatchAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IChatItem>> ReadBatchAsync();
function readBatchAsync()
Public Function ReadBatchAsync () As IAsyncOperation(Of IReadOnlyList(Of IChatItem))

Gibt zurück

Eine Liste von Elementen, die den Suchkriterien entsprechen.

Attribute

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Weitere Informationen

Gilt für:

ReadBatchAsync(Int32)

Gibt einen Batch gefundener Elemente zurück, die den Suchkriterien entsprechen.

public:
 virtual IAsyncOperation<IVectorView<IChatItem ^> ^> ^ ReadBatchAsync(int count) = ReadBatchAsync;
/// [Windows.Foundation.Metadata.Overload("ReadBatchWithCountAsync")]
/// [Windows.Foundation.Metadata.RemoteAsync]
IAsyncOperation<IVectorView<IChatItem>> ReadBatchAsync(int const& count);
[Windows.Foundation.Metadata.Overload("ReadBatchWithCountAsync")]
[Windows.Foundation.Metadata.RemoteAsync]
public IAsyncOperation<IReadOnlyList<IChatItem>> ReadBatchAsync(int count);
function readBatchAsync(count)
Public Function ReadBatchAsync (count As Integer) As IAsyncOperation(Of IReadOnlyList(Of IChatItem))

Parameter

count
Int32

int

Die maximale Anzahl von Elementen, die zurückgegeben werden sollen.

Gibt zurück

Eine Liste von Elementen, die den Suchkriterien entsprechen.

Attribute

Windows-Anforderungen

App-Funktionen
chat chatSystem smsSend

Weitere Informationen

Gilt für: