Enumeration Case
列挙ケース
Distributed
DistributedNotificationCenter.SuspensionBehavior.coalesce
The server only queues the last notification of the specified name and object; earlier notifications are dropped. In cover methods for which suspension behavior is not an explicit argument,
NSNotificationSuspensionBehaviorCoalesce
is the default.
サーバは、指定された名前とオブジェクトの最後の通知を待ち行列に入れるだけです;それより前の通知は没にされます。待機挙動が明白な引数でない担当メソッドでは、NSNotificationSuspensionBehaviorCoalesce
が初期状態です。
Availability 有効性
- macOS 10.0+
- Mac Catalyst 15.0+
Technology
- Foundation ファウンデーション
Declaration 宣言
case coalesce = 2