参数:
public static void SetFindTransferIds<TClient>(
this DmtpClientFactory<TClient> clientFactory,
Func<string, string[]> func
)
where TClient : class, IDmtpClient
<ExtensionAttribute>
Public Shared Sub SetFindTransferIds(Of TClient As {Class, IDmtpClient}) (
clientFactory As DmtpClientFactory(Of TClient),
func As Func(Of String, String())
)
[<ExtensionAttribute>]
static member SetFindTransferIds :
clientFactory : DmtpClientFactory<'TClient> *
func : Func<string, string[]> -> unit when 'TClient : not struct and IDmtpClient
[缺少 "M:TouchSocket.Dmtp.FileTransfer.TcpDmtpClientFactoryFileTransferExtension.SetFindTransferIds``1(TouchSocket.Dmtp.DmtpClientFactory{``0},System.Func{System.String,System.String[]})" 的 <param name="clientFactory"/> 文档]
[缺少 "M:TouchSocket.Dmtp.FileTransfer.TcpDmtpClientFactoryFileTransferExtension.SetFindTransferIds``1(TouchSocket.Dmtp.DmtpClientFactory{``0},System.Func{System.String,System.String[]})" 的 <param name="func"/> 文档]
[缺少 "M:TouchSocket.Dmtp.FileTransfer.TcpDmtpClientFactoryFileTransferExtension.SetFindTransferIds``1(TouchSocket.Dmtp.DmtpClientFactory{``0},System.Func{System.String,System.String[]})" 的 <typeparam name="TClient"/> 文档]