IAllJoynAcceptSessionJoiner
IAllJoynAcceptSessionJoiner
IAllJoynAcceptSessionJoiner
IAllJoynAcceptSessionJoiner
Interface
Definition
Use this interface to accept requests from peers to join a session.
public : interface IAllJoynAcceptSessionJoinerpublic interface IAllJoynAcceptSessionJoinerPublic Interface IAllJoynAcceptSessionJoiner// You can use this interface 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
|
Methods
Accept() Accept() Accept() Accept()
Accept an incoming request to join the session.
public : void Accept()public void Accept()Public Function Accept() As void// You can use this method in JavaScript.
Additional features and 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
|