public Task<bool> RunAsync(
string order
)
Public Function RunAsync (
order As String
) As Task(Of Boolean)
member RunAsync :
order : string -> Task<bool>
[缺少 "M:TouchSocket.Core.ConsoleAction.RunAsync(System.String)" 的 <returns> 文档]