Batch |
public sealed class BatchEdit : IAsyncDisposable, IDisposable
The BatchEdit type exposes the following members.
| Name | Description | |
|---|---|---|
| BatchEdit | Starts editing an IBatchEditable object. The objects EndEditAsync(Boolean) is called when Disposeis called. |
| Name | Description | |
|---|---|---|
| BeginEditAsync | Starts editing an IBatchEditable object. The objects EndEditAsync(Boolean) is called when DisposeAsync(Boolean)is called. |