ArcGIS Runtime SDK for iOS: <AGSCancelable> Protocol Reference
ArcGIS Runtime SDK for iOS  100.15
<AGSCancelable> Protocol Reference

Description

A protocol exposed by operations that allow cancellation.

A protocol exposed by operations that allow cancellation while in progress.

@define{AGSCancelable.h, ArcGIS}

Since
100
Inheritance diagram for <AGSCancelable>:
AGSRequestOperation NSBlockOperation(AGSCancelable) AGSJSONRequestOperation

Instance Methods

(void) - cancel
 
(BOOL) - isCanceled
 

Method Documentation

◆ cancel

- (void) cancel
required

Cancel the operation

Since
100

◆ isCanceled

- (BOOL) isCanceled
required

Indicates whether the operation has been canceled

Since
100