Summary
Delays notifications until the return IDisposable is disposed.
- Namespace
- ReactiveUI
- Containing Type
- ReactiveObject
Syntax
public IDisposable DelayChangeNotifications()
Return Value
Type | Description |
---|---|
IDisposable | A disposable which when disposed will send delayed notifications. |