다음을 통해 공유


AllJoynSessionMemberRemovedEventArgs(String) 생성자

정의

중요

Windows.Devices.AllJoyn 네임스페이스의 형식은 더 이상 사용되지 않으며 이후 버전의 Windows에서는 사용할 수 없습니다. AllSeen Alliance가 후원하는 AllJoyn은 조명 켜기 및 끄기, 온도 읽기와 같은 IoT(사물 인터넷) 시나리오에 대한 오픈 소스 검색 및 통신 프로토콜입니다. IoTivity LiteIoTivity와 같은 대안은 iotivity.org 웹 사이트를 참조하세요.

세션에서 제거된 원격 앱에 대한 정보를 포함하는 개체를 생성합니다.

public:
 AllJoynSessionMemberRemovedEventArgs(Platform::String ^ uniqueName);
 AllJoynSessionMemberRemovedEventArgs(winrt::hstring const& uniqueName);
/// [Windows.Foundation.Metadata.Deprecated("AllJoynSessionMemberRemovedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
 AllJoynSessionMemberRemovedEventArgs(winrt::hstring const& uniqueName);
public AllJoynSessionMemberRemovedEventArgs(string uniqueName);
[Windows.Foundation.Metadata.Deprecated("AllJoynSessionMemberRemovedEventArgs has been deprecated.  For more info, see MSDN.", Windows.Foundation.Metadata.DeprecationType.Deprecate, 786432, "Windows.Foundation.UniversalApiContract")]
public AllJoynSessionMemberRemovedEventArgs(string uniqueName);
function AllJoynSessionMemberRemovedEventArgs(uniqueName)
Public Sub New (uniqueName As String)

매개 변수

uniqueName
String

Platform::String

winrt::hstring

세션에서 제거된 원격 앱의 고유 버스 이름입니다.

특성

Windows 요구 사항

앱 기능
allJoyn

적용 대상