IAllJoynAcceptSessionJoiner Interface

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.

Use this interface to accept requests from peers to join a session.

public interface class IAllJoynAcceptSessionJoiner
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1302861778, 52509, 16419, 167, 196, 22, 222, 248, 156, 40, 223)]
struct IAllJoynAcceptSessionJoiner
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1302861778, 52509, 16419, 167, 196, 22, 222, 248, 156, 40, 223)]
/// [Windows.Foundation.Metadata.Deprecated("IAllJoynAcceptSessionJoiner has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
struct IAllJoynAcceptSessionJoiner
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1302861778, 52509, 16419, 167, 196, 22, 222, 248, 156, 40, 223)]
public interface IAllJoynAcceptSessionJoiner
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1302861778, 52509, 16419, 167, 196, 22, 222, 248, 156, 40, 223)]
[Windows.Foundation.Metadata.Deprecated("IAllJoynAcceptSessionJoiner has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public interface IAllJoynAcceptSessionJoiner
Public Interface IAllJoynAcceptSessionJoiner
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0 - for Xbox, see UWP features that aren't yet supported on Xbox)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)
App capabilities
allJoyn

Methods

Accept()

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.

Accept an incoming request to join the session.

Applies to