ClientBase<TChannel>.Open Metoda

Definice

Způsobí, že ClientBase<TChannel> objekt přejde z vytvořeného stavu do otevřeného stavu.

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

Implementuje

Poznámky

Další informace najdete na webu System.ServiceModel.Channels.CommunicationObject.

Platí pro