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)

Syntax

'Declaration
Public Property DisposeAfterProcessing As Boolean
    Get
    Set
'Usage
Dim instance As ChangeBatchBase
Dim value As Boolean

value = instance.DisposeAfterProcessing

instance.DisposeAfterProcessing = value
public bool DisposeAfterProcessing { get; set; }
public:
property bool DisposeAfterProcessing {
    bool get ();
    void set (bool value);
}
member DisposeAfterProcessing : bool with get, set
function get DisposeAfterProcessing () : boolean
function set DisposeAfterProcessing (value : boolean)

Property Value

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

Exceptions

Exception Condition
ObjectDisposedException

This ChangeBatchBase has already been disposed.

Remarks

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

See Also

Reference

ChangeBatchBase Class

Microsoft.Synchronization Namespace