DomainClient.CancelSubmitCore 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.]
Attempts to cancel the submit request specified by the asyncResult.
Namespace: System.ServiceModel.DomainServices.Client
Assembly: System.ServiceModel.DomainServices.Client (in System.ServiceModel.DomainServices.Client.dll)
Syntax
'Declaration
Protected Overridable Sub CancelSubmitCore ( _
asyncResult As IAsyncResult _
)
'Usage
Dim asyncResult As IAsyncResult
Me.CancelSubmitCore(asyncResult)
protected virtual void CancelSubmitCore(
IAsyncResult asyncResult
)
protected:
virtual void CancelSubmitCore(
IAsyncResult^ asyncResult
)
abstract CancelSubmitCore :
asyncResult:IAsyncResult -> unit
override CancelSubmitCore :
asyncResult:IAsyncResult -> unit
protected function CancelSubmitCore(
asyncResult : IAsyncResult
)
Parameters
- asyncResult
Type: System.IAsyncResult
An IAsyncResult specifying what submit operation to cancel.
Remarks
The default implementation does not take any actions.