ObjectChangedEventArgs 클래스
정의
ObjectChanged 이벤트가 발생할 경우 콜백 메서드에 인증된 정보를 제공합니다.Provides qualifying information to a callback method when a ObjectChanged event occurs.
public ref class ObjectChangedEventArgs : EventArgs
public class ObjectChangedEventArgs : EventArgs
type ObjectChangedEventArgs = class
inherit EventArgs
Public Class ObjectChangedEventArgs
Inherits EventArgs
- 상속
설명
Peerobject는 연결 된 인증서, 사진, 아바타, 또는 특정 설명 등의 애플리케이션 런타임 데이터 항목입니다.PeerObjects are run-time data items associated with an application, such as certificates, pictures, avatars, or specific descriptions. 이러한 수 수 라고도 호스트 피어의 등록 된 애플리케이션, 개체 및 상태 정보입니다.They may also be referred to as a host peer's registered applications, objects and presence information. 경우는 PeerObject 는 변경 이벤트가 발생 합니다.When a PeerObject is changed, an event is raised.
이 메서드를 호출 하려면를 PermissionState 의 Unrestricted합니다.Calling this method requires a PermissionState of Unrestricted. 이 상태는 때 생성 되는 System.Net.PeerToPeer.Collaboration 세션을 시작 합니다.This state is created when the System.Net.PeerToPeer.Collaboration session begins.
속성
PeerChangeType |
PeerChangeType 또는 Peer에 대한 변경 형식을 지정하는 PeerObject을 가져옵니다.Gets the PeerChangeType that specifies the type of change that has occurred to a Peer or PeerObject. |
PeerContact |
개체 정보가 변경된 PeerContact와 연결되어 있는 PeerEndPoint를 가져옵니다.Gets the PeerContact associated with the PeerEndPoint for which object information has changed. |
PeerEndPoint |
개체 정보가 변경된 PeerEndPoint를 가져옵니다.Gets the PeerEndPoint for which object information has changed. |
PeerObject |
추가, 삭제 또는 업데이트된 PeerObject를 가져옵니다.Gets the PeerObject that has been added, deleted or updated. |
메서드
Equals(Object) |
지정된 개체가 현재 개체와 같은지 확인합니다.Determines whether the specified object is equal to the current object. (다음에서 상속됨 Object) |
GetHashCode() |
기본 해시 함수로 작동합니다.Serves as the default hash function. (다음에서 상속됨 Object) |
GetType() |
현재 인스턴스의 Type을 가져옵니다.Gets the Type of the current instance. (다음에서 상속됨 Object) |
MemberwiseClone() |
현재 Object의 단순 복사본을 만듭니다.Creates a shallow copy of the current Object. (다음에서 상속됨 Object) |
ToString() |
현재 개체를 나타내는 문자열을 반환합니다.Returns a string that represents the current object. (다음에서 상속됨 Object) |