A collection of methods which can be used to manage chat room categories. An instance of this class may be obtained from the CategoryManagementServices property of GroupChatServices .

Inheritance Hierarchy

System . . :: . . Object
   Microsoft.Rtc.Collaboration.GroupChat.Management . . :: . . ChatRoomCategoryManagementServices

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

Syntax

Visual Basic (Declaration)
Public 
Class 
ChatRoomCategoryManagementServices
Visual Basic (Usage)
Dim 
instance 
As 
ChatRoomCategoryManagementServices
C#
public 
class 
ChatRoomCategoryManagementServices

Thread Safety

Any public static( Sharedin Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also