Import.Cancel Method¶
Requests that the specified import sources cancel both on the client and on the server side. Also, call this method to cancel work (e.g. Web Spider capturing) before the actual import has started.
Namespace: Citrix.SDK.AppDNA
Assembly: Citrix.SDK.AppDNA (in Citrix.SDK.AppDNA.dll) Version: 7.11.0.0 (7.11.0.0)
Syntax¶
C¶
public void Cancel(
IEnumerable<IImportDetails> sources
)
VB¶
Public Sub Cancel (
sources As IEnumerable(Of IImportDetails)
)
Parameters¶
- sources
- Type: System.Collections.Generic.IEnumerable(IImportDetails)
Import sources as IEnumerable(T) to cancel that must belong to the current import.
Remarks¶
Import sources can be null if the current import should be cancelled before the actual import has started.