ChangeBatchBase::DisposeAfterProcessing Property

Gets or sets a value that indicates whether the change batch object is disposed after processing finishes.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

public:
property bool DisposeAfterProcessing {
	bool get ();
	void set (bool value);
}

Property Value

Type: System::Boolean
A value that indicates whether the change batch object is disposed after processing finishes.

ExceptionCondition
ObjectDisposedException

This ChangeBatchBase has already been disposed.

Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.

Show: