SharePointClientDownloadCompletedEventArgs Constructor

Summary
Initializes a new instance of SharePointClientDownloadCompletedEventArgs with the specified parameters.
Syntax
C#
VB
C++
  
Public Function New( _ 
   ByVal sourceUri As Uri, _ 
   ByVal destinationFileName As String, _ 
   ByVal destinationData As SharePointClientDownloadData, _ 
   ByVal error As Exception, _ 
   ByVal cancelled As Boolean, _ 
   ByVal userState As Object _ 
) 
public: 
SharePointClientDownloadCompletedEventArgs(  
   Uri^ sourceUri, 
   String^ destinationFileName, 
   SharePointClientDownloadData^ destinationData, 
   Exception^ error, 
   bool cancelled, 
   Object^ userState 
) 

Parameters

sourceUri
The source URI to download.

destinationFileName
The destination file name to download to.

destinationData
The destination stream information.

error
Any error that occurred during the asynchronous operation.

cancelled
A value that indicates whether the asynchronous operation was canceled.

userState
The optional user-supplied state object that is used to identify the task that raised the download operation.

Requirements

Target Platforms

Help Version 21.0.2021.6.30
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.