AllJoynSessionJoinedEventArgs
AllJoynSessionJoinedEventArgs
AllJoynSessionJoinedEventArgs
AllJoynSessionJoinedEventArgs
Class
Definition
Contains information that identifies a session that has been joined.
public : sealed class AllJoynSessionJoinedEventArgs : IAllJoynSessionJoinedEventArgspublic sealed class AllJoynSessionJoinedEventArgs : IAllJoynSessionJoinedEventArgsPublic NotInheritable Class AllJoynSessionJoinedEventArgs Implements IAllJoynSessionJoinedEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Constructors
AllJoynSessionJoinedEventArgs(AllJoynSession) AllJoynSessionJoinedEventArgs(AllJoynSession) AllJoynSessionJoinedEventArgs(AllJoynSession) AllJoynSessionJoinedEventArgs(AllJoynSession)
Creates an AllJoynSessionJoinedEventArgs object with the specified session information.
public : AllJoynSessionJoinedEventArgs(AllJoynSession session)public AllJoynSessionJoinedEventArgs(AllJoynSession session)Public Sub New(session As AllJoynSession)// You can use this method in JavaScript.
Parameters
The session that has been joined.