ClientBase<TChannel>.ChannelBase<T>.ICommunicationObject.Abort 方法
定义
使通信对象立即从其当前状态转换到关闭状态。Causes a communication object to transition immediately from its current state into the closed state.
virtual void System.ServiceModel.ICommunicationObject.Abort() = System::ServiceModel::ICommunicationObject::Abort;
void ICommunicationObject.Abort ();
abstract member System.ServiceModel.ICommunicationObject.Abort : unit -> unit
override this.System.ServiceModel.ICommunicationObject.Abort : unit -> unit
Sub Abort () Implements ICommunicationObject.Abort
实现
注解
此成员是显式接口成员的实现。This member is an explicit interface member implementation. 它只能在 ClientBase<TChannel>.ChannelBase<T> 实例被强制转换为 ICommunicationObject 接口时使用。It can be used only when the ClientBase<TChannel>.ChannelBase<T> instance is cast to an ICommunicationObject interface.