Error processing SSI file
LEADTOOLS SharePoint Client (Leadtools.SharePoint.Client assembly)

Show in webframe

Dispose(Boolean) Method






true to release both managed and unmanaged resources; false to release only unmanaged resources.
Releases all the resources used by this SharePointClientDownloadData.
Syntax
protected virtual void Dispose( 
   bool disposing
)
'Declaration
 
Protected Overloads Overridable Sub Dispose( _
   ByVal disposing As Boolean _
) 
'Usage
 
Dim instance As SharePointClientDownloadData
Dim disposing As Boolean
 
instance.Dispose(disposing)

            

            
protected:
virtual void Dispose( 
   bool disposing
) 

Parameters

disposing
true to release both managed and unmanaged resources; false to release only unmanaged resources.
Remarks

The SharePointClientDownloadData class implements the System.IDisposable interface. Follow the standard .NET dispose pattern when using the SharePointClientDownloadData class. For more information, refer to the System.IDisposable interface documentation in MSDN.

Example

For an example, refer to the SharePointClient.GetDownloadStream and SharePointClient.GetDownloadStreamAsync methods.

Requirements

Target Platforms

See Also

Reference

SharePointClientDownloadData Class
SharePointClientDownloadData Members
Overload List

Error processing SSI file