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
'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);
}
/** @property */
public boolean get_DisposeAfterProcessing ()
/** @property */
public void set_DisposeAfterProcessing (boolean value)
public function get DisposeAfterProcessing () : boolean
public function set DisposeAfterProcessing (value : boolean)
Property Value
A value that indicates whether the change batch object is disposed after processing finishes.
Remarks
Identified for informational purposes only. Not supported. Future compatibility is not guaranteed.
See Also
Reference
ChangeBatchBase Class
ChangeBatchBase Members
Microsoft.Synchronization Namespace