ChatRoomSession.Implicit(ChatRoomSession to ChatRoomSummary) Operator

Definition

Performs an implicit conversion from ChatRoomSession to ChatRoomSummary.

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

Parameters

chatRoomSession
ChatRoomSession

The chat room session.

Returns

The result of the conversion.

Exceptions

chatRoomSession is null.

Applies to