public UdpPackage(
long id,
int millisecondsTimeout,
ConcurrentDictionary<long, UdpPackage> revStore
)
Public Sub New (
id As Long,
millisecondsTimeout As Integer,
revStore As ConcurrentDictionary(Of Long, UdpPackage)
)
new :
id : int64 *
millisecondsTimeout : int *
revStore : ConcurrentDictionary<int64, UdpPackage> -> UdpPackage
[缺少 "M:TouchSocket.Sockets.UdpPackage.#ctor(System.Int64,System.Int32,System.Collections.Concurrent.ConcurrentDictionary{System.Int64,TouchSocket.Sockets.UdpPackage})" 的 <param name="id"/> 文档]
[缺少 "M:TouchSocket.Sockets.UdpPackage.#ctor(System.Int64,System.Int32,System.Collections.Concurrent.ConcurrentDictionary{System.Int64,TouchSocket.Sockets.UdpPackage})" 的 <param name="millisecondsTimeout"/> 文档]
[缺少 "M:TouchSocket.Sockets.UdpPackage.#ctor(System.Int64,System.Int32,System.Collections.Concurrent.ConcurrentDictionary{System.Int64,TouchSocket.Sockets.UdpPackage})" 的 <param name="revStore"/> 文档]