Edit

Share via


LocalOwnerPresenceExtensions.GetAllAcesForUser Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static System::Collections::Generic::List<int> ^ GetAllAcesForUser(Microsoft::Rtc::Collaboration::Presence::LocalOwnerPresence ^ lop, Microsoft::Rtc::Signaling::RealTimeAddress ^ contactUri);
public static System.Collections.Generic.List<int> GetAllAcesForUser (this Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence lop, Microsoft.Rtc.Signaling.RealTimeAddress contactUri);
static member GetAllAcesForUser : Microsoft.Rtc.Collaboration.Presence.LocalOwnerPresence * Microsoft.Rtc.Signaling.RealTimeAddress -> System.Collections.Generic.List<int>
<Extension()>
Public Function GetAllAcesForUser (lop As LocalOwnerPresence, contactUri As RealTimeAddress) As List(Of Integer)

Parameters

contactUri
RealTimeAddress

Returns

Applies to