public static Task SafeCloseAsync<TClient>(
this TClient client,
string msg
)
where TClient : IClosableClient
<ExtensionAttribute>
Public Shared Function SafeCloseAsync(Of TClient As IClosableClient) (
client As TClient,
msg As String
) As Task
[<ExtensionAttribute>]
static member SafeCloseAsync :
client : 'TClient *
msg : string -> Task when 'TClient : IClosableClient
[缺少 "M:TouchSocket.Sockets.ClientExtension.SafeCloseAsync``1(``0,System.String)" 的 <returns> 文档]