EKEventStore.FetchRemindersAsync Method

Definition

Overloads

FetchRemindersAsync(NSPredicate)

Fetches the reminders that match the specified predicate.

FetchRemindersAsync(NSPredicate, IntPtr)

FetchRemindersAsync(NSPredicate)

Fetches the reminders that match the specified predicate.

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<EventKit.EKReminder[]> FetchRemindersAsync (Foundation.NSPredicate predicate);
abstract member FetchRemindersAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
override this.FetchRemindersAsync : Foundation.NSPredicate -> System.Threading.Tasks.Task<EventKit.EKReminder[]>

Parameters

predicate
NSPredicate

A predicate for the reminders you want to fetch.

Returns

A task that represents the asynchronous FetchReminders operation. The value of the TResult parameter is of type System.Action<EventKit.EKReminder[]>.

Attributes

Applies to

FetchRemindersAsync(NSPredicate, IntPtr)

[ObjCRuntime.Introduced(ObjCRuntime.PlatformName.iOS, 6, 0, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual System.Threading.Tasks.Task<EventKit.EKReminder[]> FetchRemindersAsync (Foundation.NSPredicate predicate, out IntPtr result);
abstract member FetchRemindersAsync : Foundation.NSPredicate *  -> System.Threading.Tasks.Task<EventKit.EKReminder[]>
override this.FetchRemindersAsync : Foundation.NSPredicate *  -> System.Threading.Tasks.Task<EventKit.EKReminder[]>

Parameters

predicate
NSPredicate
result
IntPtr

nativeint

Returns

Attributes

Applies to