IConnection.Close(TimeSpan, Boolean) 方法

定义

public:
 void Close(TimeSpan timeout, bool asyncAndLinger);
public void Close (TimeSpan timeout, bool asyncAndLinger);
abstract member Close : TimeSpan * bool -> unit
Public Sub Close (timeout As TimeSpan, asyncAndLinger As Boolean)

参数

timeout
TimeSpan
asyncAndLinger
Boolean

适用于