DataSourceProvider::DeferRefresh Method ()
.NET Framework (current version)
Enters a defer cycle that you can use to change properties of the provider and delay automatic refresh.
Assembly: WindowsBase (in WindowsBase.dll)
Return Value
Type: System::IDisposable^An IDisposable object that you can use to dispose of the calling object.
The typical usage is to create a using scope with this method and then place multiple property changes within the scope. This delays automatic refresh until the defer cycle is exited.
.NET Framework
Available since 3.0
Available since 3.0
Show: