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 物件已經處置。
PeerEndPoint與 PeerApplication 所PeerEndPointCollection指定 相關聯的 是
null
或 具有 『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 個 Unicode 字元。
- invitationData
- Byte[]
使用者定義的資料 Blob,用於與邀請建立關聯。 大小限制為 16K (16,384 個位元組)。
傳回
PeerInvitationResponse 物件內含遠端對等個體所指定的相關 PeerInvitationResponseType 值。
- 屬性
例外狀況
applicationToInvite
引數會指定 null
。
自
applicationToInvite
變數會指定空 Guid的 。PeerEndPoint與 PeerApplication 所PeerEndPointCollection指定 相關聯的 是
null
或 具有 『0』 相關端點的值計數。