ClientBase<(Of <(TChannel>)>).ChannelBase<(Of <(T>)>).ICommunicationObject.Abort Method
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Causes a communication object to transition immediately from its current state into the closed state.
Namespace: System.ServiceModel
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Syntax
Private Sub Abort Implements ICommunicationObject.Abort
void ICommunicationObject.Abort()
Implements
ICommunicationObject..::.Abort()()()
Remarks
This method indicates that any unfinished work should be ignored or ungracefully terminated before returning. The Abort method can be used to cancel any outstanding operations, including outstanding calls to Close.
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
ClientBase<(Of <(TChannel>)>)..::.ChannelBase<(Of <(T>)>) Class