PeerNearMe.Invite 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
원격 피어에게 피어 협업 애플리케이션에 참여하라는 초대를 보냅니다.
오버로드
Invite() |
원격 피어에게 피어 협업 애플리케이션에 참여하라는 초대를 보냅니다. |
Invite(PeerApplication, String, Byte[]) |
원격 피어에게 피어 협업 애플리케이션에 참여하라는 초대를 보냅니다. 애플리케이션 초대를 설명하거나 지정하는 데이터가 포함됩니다. |
Invite()
원격 피어에게 피어 협업 애플리케이션에 참여하라는 초대를 보냅니다.
public:
override System::Net::PeerToPeer::Collaboration::PeerInvitationResponse ^ Invite();
[System.Security.SecurityCritical]
public override System.Net.PeerToPeer.Collaboration.PeerInvitationResponse Invite ();
[<System.Security.SecurityCritical>]
override this.Invite : unit -> System.Net.PeerToPeer.Collaboration.PeerInvitationResponse
Public Overrides Function Invite () As PeerInvitationResponse
반환
원격 피어가 지정한 관련 PeerInvitationResponse 값이 들어 있는 PeerInvitationResponseType 개체입니다.
- 특성
예외
PeerNearMe 개체가 삭제되었습니다.
에 지정된 PeerEndPointCollection
null
와 PeerApplication 연결된 는 PeerEndPoint 또는 에 연결된 엔드포인트의 값 수가 '0'입니다.가 Guid 현재 피어 투 피어 애플리케이션과 연결되지 않았습니다.
적용 대상
Invite(PeerApplication, String, Byte[])
원격 피어에게 피어 협업 애플리케이션에 참여하라는 초대를 보냅니다. 애플리케이션 초대를 설명하거나 지정하는 데이터가 포함됩니다.
public:
override System::Net::PeerToPeer::Collaboration::PeerInvitationResponse ^ Invite(System::Net::PeerToPeer::Collaboration::PeerApplication ^ applicationToInvite, System::String ^ message, cli::array <System::Byte> ^ invitationData);
[System.Security.SecurityCritical]
public override System.Net.PeerToPeer.Collaboration.PeerInvitationResponse Invite (System.Net.PeerToPeer.Collaboration.PeerApplication applicationToInvite, string message, byte[] invitationData);
[<System.Security.SecurityCritical>]
override this.Invite : System.Net.PeerToPeer.Collaboration.PeerApplication * string * byte[] -> System.Net.PeerToPeer.Collaboration.PeerInvitationResponse
Public Overrides Function Invite (applicationToInvite As PeerApplication, message As String, invitationData As Byte()) As PeerInvitationResponse
매개 변수
- applicationToInvite
- PeerApplication
PeerApplication 인스턴스가 나타내는 관련 피어 협업 애플리케이션을 지정합니다.
- message
- String
애플리케이션 초대와 함께 원격 피어에 보낼 메시지입니다. 이 메시지에는 최대 255자의 유니코드 문자가 포함될 수 있습니다.
- invitationData
- Byte[]
초대와 연결할 사용자 정의 데이터 blob입니다. 최대 크기는 16K(16,384바이트)입니다.
반환
원격 피어가 지정한 관련 PeerInvitationResponse 값이 들어 있는 PeerInvitationResponseType 개체입니다.
- 특성
예외
PeerApplication 개체가 삭제되었습니다.
applicationToInvite
인수에 null
이 지정된 경우
인수는
applicationToInvite
빈 Guid를 지정합니다.에 지정된 PeerEndPointCollection
null
와 PeerApplication 연결된 는 PeerEndPoint 또는 에 연결된 엔드포인트의 값 수가 '0'입니다.
적용 대상
.NET