WiFiDirectServiceSessionDeferredEventArgs
WiFiDirectServiceSessionDeferredEventArgs
WiFiDirectServiceSessionDeferredEventArgs
WiFiDirectServiceSessionDeferredEventArgs
Class
Definition
Returned when a WiFiDirectService.SessionDeferred event is raised.
public : sealed class WiFiDirectServiceSessionDeferredEventArgs : IWiFiDirectServiceSessionDeferredEventArgspublic sealed class WiFiDirectServiceSessionDeferredEventArgs : IWiFiDirectServiceSessionDeferredEventArgsPublic NotInheritable Class WiFiDirectServiceSessionDeferredEventArgs Implements IWiFiDirectServiceSessionDeferredEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Remarks
Your code does not instantiate this class directly. An instance of this class is passed as an argument to your WiFiDirectService.SessionDeferred event handler.
Properties
DeferredSessionInfo DeferredSessionInfo DeferredSessionInfo DeferredSessionInfo
Gets the service-defined session information returned by the service when it sends a deferral in response to a connection request. Note that a deferral does not indicate that the connection is refused. Rather, it indicates that the server is performing a time-consuming operation such as requesting user input. A seeker should implement a 120-second timeout after getting a deferral before giving up on the request.
public : IBuffer DeferredSessionInfo { get; }public IBuffer DeferredSessionInfo { get; }Public ReadOnly Property DeferredSessionInfo As IBuffer// You can use this property in JavaScript.