CKDatabaseDeleteSubscriptionHandler Delegate

Definition

public delegate void CKDatabaseDeleteSubscriptionHandler(string subscriptionId, NSError error);
type CKDatabaseDeleteSubscriptionHandler = delegate of string * NSError -> unit

Parameters

subscriptionId
String
error
NSError

Applies to