







![]() ![]() |
PDFTron SilverDox SDK |
HttpPartRetriever..::..CancelRequests Method |
HttpPartRetriever Class See Also Send Feedback |
Cancels requests for specific Document parts.
Namespace: PDFTron.SilverDox.IO
Assembly: SilverDox (in SilverDox.dll) Version: 1.2.4413.29010
Syntax
C# |
---|
public void CancelRequests( List<string> parts ) |
Visual Basic |
---|
Public Sub CancelRequests ( _ parts As List(Of String) _ ) |
Visual C++ |
---|
public: virtual void CancelRequests( List<String^>^ parts ) sealed |
Parameters
- parts
- Type: System.Collections.Generic..::..List<(Of <(<'String>)>)>
The names of the parts which are no longer to be requested. Part names are typically retrieved from a Document's Pages's ResourceNames property.