AllJoynSessionLostReason
AllJoynSessionLostReason
AllJoynSessionLostReason
AllJoynSessionLostReason
Enum
Definition
Defines values used by AllJoynSessionLostEventArgs to indicate the reason for a lost session.
public : enum class AllJoynSessionLostReasonpublic enum AllJoynSessionLostReasonPublic Enum AllJoynSessionLostReason// You can use this enum 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)
|
| Capabilities |
allJoyn
|
Fields
| LinkTimeout LinkTimeout LinkTimeout LinkTimeout | The connection supporting the session timed out. |
| None None None None | No reason indicated. |
| Other Other Other Other | The session was lost due to any other reason. |
| ProducerClosedAbruptly ProducerClosedAbruptly ProducerClosedAbruptly ProducerClosedAbruptly | The Producer closed the session unexpectedly. |
| ProducerLeftSession ProducerLeftSession ProducerLeftSession ProducerLeftSession | The Producer left the session. |
| RemovedByProducer RemovedByProducer RemovedByProducer RemovedByProducer | The Consumer was removed from the session by the Producer. |