WiFiDirectServiceSessionDeferredEventArgs 类
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
引发 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
- 继承
- 属性
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 秒的超时。 |