public override Task ResetIdAsync(
string sourceId,
string targetId
)
Public Overrides Function ResetIdAsync (
sourceId As String,
targetId As String
) As Task
abstract ResetIdAsync :
sourceId : string *
targetId : string -> Task
override ResetIdAsync :
sourceId : string *
targetId : string -> Task
[缺少 "M:TouchSocket.Dmtp.AspNetCore.WebSocketDmtpService.ResetIdAsync(System.String,System.String)" 的 <returns> 文档]
ArgumentException | 抛出异常,如果sourceId或targetId为空。 |
ClientNotFindException | 抛出异常,如果源客户端不存在。 |