ClientBase<TChannel>.Close メソッド

定義

ClientBase<TChannel> オブジェクトを、現在の状態から Closed 状態に遷移させます。

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」を参照してください。

適用対象