This documentation is archived and is not being maintained.

Peer.InviteCompleted Event

Raised when the invitation process for a remote peer has completed.

Namespace:  System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

'Declaration
Public Event InviteCompleted As EventHandler(Of InviteCompletedEventArgs)
'Usage
Dim instance As Peer 
Dim handler As EventHandler(Of InviteCompletedEventArgs)

AddHandler instance.InviteCompleted, handler

ExceptionCondition
ObjectDisposedException

This Peer object has been disposed.

The PeerInvitationResponse specifies the result of the invitation operation.

Calling this method requires a PermissionState of Unrestricted.

Windows 7, Windows Vista, Windows Server 2008 R2, Windows Server 2008

The .NET Framework and .NET Compact Framework do not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.

.NET Framework

Supported in: 3.5
Show: