CKFetchRecordZoneChangesOperation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Foundation.Register("CKFetchRecordZoneChangesOperation", true)]
public class CKFetchRecordZoneChangesOperation : CloudKit.CKDatabaseOperation
[<Foundation.Register("CKFetchRecordZoneChangesOperation", true)>]
type CKFetchRecordZoneChangesOperation = class
inherit CKDatabaseOperation
- Inheritance
- Attributes
Constructors
| Name | Description |
|---|---|
| CKFetchRecordZoneChangesOperation() | |
| CKFetchRecordZoneChangesOperation(CKRecordZoneID[], NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesConfiguration>) | |
| CKFetchRecordZoneChangesOperation(CKRecordZoneID[], NSDictionary<CKRecordZoneID,CKFetchRecordZoneChangesOptions>) | |
| CKFetchRecordZoneChangesOperation(NativeHandle) |
A constructor used when creating managed representations of unmanaged objects. Called by the runtime. |
| CKFetchRecordZoneChangesOperation(NSObjectFlag) |
Constructor to call on derived classes to skip initialization and merely allocate the object. |
Properties
| Name | Description |
|---|---|
| AccessibilityAttributedUserInputLabels | (Inherited from NSObject) |
| AccessibilityRespondsToUserInteraction | (Inherited from NSObject) |
| AccessibilityTextualContext | (Inherited from NSObject) |
| AccessibilityUserInputLabels | (Inherited from NSObject) |
| AllowsCellularAccess | (Inherited from CKOperation) |
| Asynchronous | (Inherited from NSOperation) |
| ChangesCompleted | |
| Class | (Inherited from NSObject) |
| ClassHandle |
The Objective-C class handle for this class. |
| CompletionBlock | (Inherited from NSOperation) |
| Configuration | (Inherited from CKOperation) |
| ConfigurationsByRecordZoneID | |
| Container | (Inherited from CKOperation) |
| Database | (Inherited from CKDatabaseOperation) |
| DebugDescription | (Inherited from NSObject) |
| Dependencies | (Inherited from NSOperation) |
| Description | (Inherited from NSObject) |
| ExposedBindings | (Inherited from NSObject) |
| FetchAllChanges | |
| FetchCompleted | |
| Group | (Inherited from CKOperation) |
| Handle |
Handle (pointer) to the unmanaged object representation. (Inherited from NSObject) |
| IsCancelled |
Whether this NSOperation has been cancelled. (Inherited from NSOperation) |
| IsConcurrent |
Whether this operation runs asynchronously. (Inherited from NSOperation) |
| IsDirectBinding | (Inherited from NSObject) |
| IsExecuting |
Whether this operation is currently executing. (Inherited from NSOperation) |
| IsFinished |
Whether this operation is done executing. (Inherited from NSOperation) |
| IsProxy | (Inherited from NSObject) |
| IsReady |
Whether this operation can be performed now. (Inherited from NSOperation) |
| LongLived |
Gets or sets a value that tells whether this operation is long-lived. (Inherited from CKOperation) |
| LongLivedOperationWasPersistedCallback | (Inherited from CKOperation) |
| Name | (Inherited from NSOperation) |
| OperationID | (Inherited from CKOperation) |
| OptionsByRecordZoneID | |
| QualityOfService | (Inherited from NSOperation) |
| QueuePriority | (Inherited from NSOperation) |
| RecordChanged | |
| RecordWasChangedHandler | |
| RecordWithIDWasDeleted | |
| RecordZoneChangeTokensUpdated | |
| RecordZoneIDs | |
| RetainCount | (Inherited from NSObject) |
| Self | (Inherited from NSObject) |
| Superclass | (Inherited from NSObject) |
| SuperHandle |
Handle used to represent the methods in the base class for this NSObject. (Inherited from NSObject) |
| ThreadPriority | (Inherited from NSOperation) |
| TimeoutIntervalForRequest | (Inherited from CKOperation) |
| TimeoutIntervalForResource | (Inherited from CKOperation) |
| Zone | (Inherited from NSObject) |