[]
Used to group changes to multiple load-affecting properties together, deferring the resulting load operations so a single load operation is performed in the end, that is, when the object returned from this method is disposed.
public IDisposable DeferLoad()
Type | Description |
---|---|
IDisposable | An IDisposable object that will trigger a Load() operation when disposed using the Dispose() method. |