BatchCompletionEventArgs Class

Represents a class that provides event arguments for the BatchCompletionEventHandler class.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.BusinessData.Runtime.BatchCompletionEventArgs

Namespace:  Microsoft.BusinessData.Runtime
Assembly:  Microsoft.BusinessData (in Microsoft.BusinessData.dll)

Syntax

'Declaration
Public MustInherit Class BatchCompletionEventArgs _
    Inherits EventArgs
'Usage
Dim instance As BatchCompletionEventArgs
public abstract class BatchCompletionEventArgs : EventArgs

Remarks

This is an abstract class.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

BatchCompletionEventArgs Members

Microsoft.BusinessData.Runtime Namespace