ChatRoom.Implicit(ChatRoom to ChatRoomSummary) Operator

Definition

Performs an implicit conversion from ChatRoom to ChatRoomSummary.

public:
 static operator Microsoft::Rtc::Collaboration::PersistentChat::ChatRoomSummary ^(Microsoft::Rtc::Collaboration::PersistentChat::ChatRoom ^ chatRoom);
public static implicit operator Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary (Microsoft.Rtc.Collaboration.PersistentChat.ChatRoom chatRoom);
static member op_Implicit : Microsoft.Rtc.Collaboration.PersistentChat.ChatRoom -> Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomSummary

Parameters

chatRoom
ChatRoom

The chat room.

Returns

The result of the conversion.

Applies to