Share via


ICKSyncEngineDelegate Interface

Definition

This interface represents the Objective-C protocol CKSyncEngineDelegate.

[Foundation.Protocol(Name="CKSyncEngineDelegate", WrapperType=typeof(CloudKit.CKSyncEngineDelegateWrapper))]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineEvent) }, Selector="syncEngine:handleEvent:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineSendChangesContext) }, ReturnType=typeof(CloudKit.CKSyncEngineRecordZoneChangeBatch), Selector="syncEngine:nextRecordZoneChangeBatchForContext:")]
[Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineFetchChangesContext) }, ReturnType=typeof(CloudKit.CKSyncEngineFetchChangesOptions), Selector="syncEngine:nextFetchChangesOptionsForContext:")]
public interface ICKSyncEngineDelegate : IDisposable, ObjCRuntime.INativeObject
[<Foundation.Protocol(Name="CKSyncEngineDelegate", WrapperType=typeof(CloudKit.CKSyncEngineDelegateWrapper))>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineEvent) }, Selector="syncEngine:handleEvent:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=true, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineSendChangesContext) }, ReturnType=typeof(CloudKit.CKSyncEngineRecordZoneChangeBatch), Selector="syncEngine:nextRecordZoneChangeBatchForContext:")>]
[<Foundation.ProtocolMember(IsProperty=false, IsRequired=false, IsStatic=false, Name="SyncEngine", ParameterByRef=new System.Boolean[] { false, false }, ParameterType=new System.Type[] { typeof(CloudKit.CKSyncEngine), typeof(CloudKit.CKSyncEngineFetchChangesContext) }, ReturnType=typeof(CloudKit.CKSyncEngineFetchChangesOptions), Selector="syncEngine:nextFetchChangesOptionsForContext:")>]
type ICKSyncEngineDelegate = interface
    interface INativeObject
    interface IDisposable
Derived
Attributes
Implements

Remarks

A class that implements this interface (and subclasses NSObject) will be exported to Objective-C as implementing the Objective-C protocol this interface represents.

A class may also implement members from this interface to implement members from the protocol.

Applies to