ClientBase<TChannel>.Close 方法

定义

使 ClientBase<TChannel> 对象从其当前状态转换到关闭状态。

public:
 void Close();
public:
 virtual void Close();
public void Close ();
member this.Close : unit -> unit
abstract member Close : unit -> unit
override this.Close : unit -> unit
Public Sub Close ()

实现

注解

有关详细信息,请参阅 System.ServiceModel.Channels.CommunicationObject

适用于