共用方式為


ContactListServerSearchReadBatchRequest 類別

定義

讀取伺服器端搜尋結果批次的要求詳細資料。

public ref class ContactListServerSearchReadBatchRequest sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ContactListServerSearchReadBatchRequest final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class ContactListServerSearchReadBatchRequest
Public NotInheritable Class ContactListServerSearchReadBatchRequest
繼承
Object Platform::Object IInspectable ContactListServerSearchReadBatchRequest
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
contactsSystem

備註

用於 ServerSearchReadBatchRequested 事件處理常式。 使用 ContactListServerSearchReadBatchRequestEventArgs.Request 屬性所傳回的這個類別實例。

屬性

ContactListId

取得要搜尋之連絡人清單的連絡人清單識別碼。

Options

取得要在此搜尋中套用的搜尋選項。

SessionId

取得這個批次讀取要求的搜尋會話識別碼。

SuggestedBatchSize

取得伺服器端搜尋批次讀取的建議批次大小。

方法

ReportCompletedAsync()

通知用戶端應用程式要求已成功處理。

ReportFailedAsync(ContactBatchStatus)

通知用戶端未成功處理要求。

SaveContactAsync(Contact)

以非同步方式儲存符合伺服器端搜尋準則的連絡人。

要求伺服器端搜尋時,資料提供者會執行搜尋、在每個找到的連絡人上呼叫 SaveContactAsync,然後呼叫 ReportCompletedAsync。

適用於