TransportDuplexSessionChannel.ConnectionDuplexSession.CloseOutputSession 方法

定义

重载

CloseOutputSession()
CloseOutputSession(TimeSpan)

CloseOutputSession()

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

实现

适用于

CloseOutputSession(TimeSpan)

public:
 virtual void CloseOutputSession(TimeSpan timeout);
public void CloseOutputSession (TimeSpan timeout);
abstract member CloseOutputSession : TimeSpan -> unit
override this.CloseOutputSession : TimeSpan -> unit
Public Sub CloseOutputSession (timeout As TimeSpan)

参数

timeout
TimeSpan

实现

适用于