다음을 통해 공유


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

구현

적용 대상