ChatRoomSession.Implicit(ChatRoomSession to ChatRoomSummary) Operator
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.
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.