Item Property (Uri)

This content is no longer actively maintained. It is provided as is, for anyone who may still be using these technologies, with no warranties or claims of accuracy with regard to the most recent product version or service release.

Gets an active ChatRoomSession with the specified URI.

Namespace:  Microsoft.Rtc.Collaboration.GroupChat
Assembly:  Microsoft.Rtc.Collaboration.GroupChat (in Microsoft.Rtc.Collaboration.GroupChat.dll)

Syntax

'Declaration
Public ReadOnly Default Property Item ( _
    uri As Uri _
) As ChatRoomSession
    Get
'Usage
Dim instance As GroupChatEndpoint
Dim uri As Uri
Dim value As ChatRoomSession

value = instance(uri)
public ChatRoomSession this[
    Uri uri
] { get; }

Parameters

Property Value

Type: Microsoft.Rtc.Collaboration.GroupChat.ChatRoomSession
The active chat room session with the specified URI, or null if no such session exists.

Exceptions

Exception Condition
ArgumentException

Thrown when invalid arguments are passed.

See Also

Reference

GroupChatEndpoint Class

GroupChatEndpoint Members

Item Overload

Microsoft.Rtc.Collaboration.GroupChat Namespace