PeerCollaboration.LocalPresenceInfo Propriedade
Definição
Obtém ou define a presença do par de chamada dentro da infraestrutura PeerCollaboration.Gets or sets the presence for the calling peer within the PeerCollaboration infrastructure.
public:
static property System::Net::PeerToPeer::Collaboration::PeerPresenceInfo ^ LocalPresenceInfo { System::Net::PeerToPeer::Collaboration::PeerPresenceInfo ^ get(); void set(System::Net::PeerToPeer::Collaboration::PeerPresenceInfo ^ value); };
[get: System.Security.SecurityCritical]
[set: System.Security.SecurityCritical]
public static System.Net.PeerToPeer.Collaboration.PeerPresenceInfo LocalPresenceInfo { get; set; }
[<get: System.Security.SecurityCritical>]
[<set: System.Security.SecurityCritical>]
member this.LocalPresenceInfo : System.Net.PeerToPeer.Collaboration.PeerPresenceInfo with get, set
Public Shared Property LocalPresenceInfo As PeerPresenceInfo
Valor da propriedade
O PeerPresenceInfo que contém informações de presença para o ponto de chamada que foi registrado para uma PeerCollaboration sessão.The PeerPresenceInfo that contains presence information for the calling peer that has registered for a PeerCollaboration session.
- Atributos
Exceções
PeerPresenceInfo não pode especificar nullPeerPresenceInfo cannot specify null
- PeerPresenceStatus está offline- PeerPresenceStatus is offline - Não é possível definir PeerPresenceInfo- Unable to set PeerPresenceInfo
Comentários
Chamar esse método requer um PermissionState de Unrestricted .Calling this method requires a PermissionState of Unrestricted. Esse estado é criado quando a Peer sessão de colaboração começa.This state is created when the Peer collaboration session begins.