ConversationRestorationPropertiesChangedEventArgs Constructor
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.
public:
ConversationRestorationPropertiesChangedEventArgs(System::Collections::ObjectModel::Collection<Microsoft::Rtc::Collaboration::Call ^> ^ callsRestored);
public ConversationRestorationPropertiesChangedEventArgs (System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Call> callsRestored);
new Microsoft.Rtc.Internal.Collaboration.ConversationRestorationPropertiesChangedEventArgs : System.Collections.ObjectModel.Collection<Microsoft.Rtc.Collaboration.Call> -> Microsoft.Rtc.Internal.Collaboration.ConversationRestorationPropertiesChangedEventArgs
Public Sub New (callsRestored As Collection(Of Call))
Parameters
- callsRestored
- Collection<Call>