IOperation.CancelAllDependentOperations Method
Cancels the current operation and all operations that depend on it.
Namespace: Microsoft.BusinessData.Offlining
Assembly: Microsoft.BusinessData (in Microsoft.BusinessData.dll)
Syntax
'Declaration
Sub CancelAllDependentOperations
'Usage
Dim instance As IOperation
instance.CancelAllDependentOperations()
void CancelAllDependentOperations()