OperationBase.CancelCore Method

[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]

When overridden in a derived class, provides the logic to cancel the operation.

Namespace:  System.ServiceModel.DomainServices.Client
Assembly:  System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)

Syntax

'Declaration
Protected Overridable Sub CancelCore
'Usage

Me.CancelCore()
protected virtual void CancelCore()
protected:
virtual void CancelCore()
abstract CancelCore : unit -> unit 
override CancelCore : unit -> unit 
protected function CancelCore()

Remarks

Override this method to provide a Cancel implementation for operations that support cancellation. If you override this method, you must also override the SupportsCancellation property to return true.

See Also

Reference

OperationBase Class

System.ServiceModel.DomainServices.Client Namespace