AllJoynSessionJoinedEventArgs(AllJoynSession) Constructor

Definition

Important

The types in the Windows.Devices.AllJoyn namespace are deprecated, and might not be available in future versions of Windows. AllJoyn—sponsored by AllSeen Alliance—was an open-source discovery and communication protocol for Internet of Things (IoT) scenarios such as turning lights on and off, and reading temperatures. For alternatives, such as IoTivity Lite and IoTivity, refer to the iotivity.org website.

Creates an AllJoynSessionJoinedEventArgs object with the specified session information.

public:
 AllJoynSessionJoinedEventArgs(AllJoynSession ^ session);
 AllJoynSessionJoinedEventArgs(AllJoynSession const& session);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynSessionJoinedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynSessionJoinedEventArgs(AllJoynSession const& session);
public AllJoynSessionJoinedEventArgs(AllJoynSession session);
[Windows.Foundation.Metadata.Deprecated("AllJoynSessionJoinedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynSessionJoinedEventArgs(AllJoynSession session);
function AllJoynSessionJoinedEventArgs(session)
Public Sub New (session As AllJoynSession)

Parameters

session
AllJoynSession

The session that has been joined.

Attributes

Windows requirements

App capabilities
allJoyn

Applies to