Edit

Share via


ChatRoomFileDownloadJob(MessagePartFileDownloadLink, String) Constructor

Definition

Initializes a new instance of the ChatRoomFileDownloadJob class.

public:
 ChatRoomFileDownloadJob(Microsoft::Rtc::Collaboration::PersistentChat::MessagePartFileDownloadLink ^ link, System::String ^ destinationPath);
public ChatRoomFileDownloadJob (Microsoft.Rtc.Collaboration.PersistentChat.MessagePartFileDownloadLink link, string destinationPath);
new Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomFileDownloadJob : Microsoft.Rtc.Collaboration.PersistentChat.MessagePartFileDownloadLink * string -> Microsoft.Rtc.Collaboration.PersistentChat.ChatRoomFileDownloadJob
Public Sub New (link As MessagePartFileDownloadLink, destinationPath As String)

Parameters

link
MessagePartFileDownloadLink

The file download link, obtained from FormattedMessageParts.

destinationPath
String

The destination path.

Exceptions

destinationPath is null or empty.

link is null.

Applies to