共用方式為


WiFiDirectServiceSessionDeferredEventArgs 類別

定義

引發 WiFiDirectService.SessionDeferred 事件時傳回。

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

Windows 需求

裝置系列
Windows 10 (已於 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v1.0 引進)

備註

您的程式碼不會直接具現化此類別。 這個類別的實例會當做引數傳遞至 WiFiDirectService.SessionDeferred 事件處理常式。

屬性

DeferredSessionInfo

取得服務在傳送延遲以回應連線要求時,由服務傳回的服務定義會話資訊。 請注意,延遲不會指出連線遭到拒絕。 相反地,它表示伺服器正在執行耗時的作業,例如要求使用者輸入。 搜尋者應該在收到延遲之後實作 120 秒逾時,再放棄要求。

適用於