RemotePresentityPresenceCache Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
RemotePresentityPresenceCache(System::String ^ uri, System::Collections::Generic::IEnumerable<Microsoft::Rtc::Collaboration::Presence::PresenceCategoryWithMetaData ^> ^ notifications);
public RemotePresentityPresenceCache (string uri, System.Collections.Generic.IEnumerable<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData> notifications);
new Microsoft.Rtc.Internal.Collaboration.RemotePresentityPresenceCache : string * seq<Microsoft.Rtc.Collaboration.Presence.PresenceCategoryWithMetaData> -> Microsoft.Rtc.Internal.Collaboration.RemotePresentityPresenceCache
Public Sub New (uri As String, notifications As IEnumerable(Of PresenceCategoryWithMetaData))
Parameters
- uri
- String
- notifications
- IEnumerable<PresenceCategoryWithMetaData>