[AsyncToSyncWarningAttribute]
public static void Start<TService>(
this TService service,
IPHost iPHost
)
where TService : IUdpSession
<ExtensionAttribute>
<AsyncToSyncWarningAttribute>
Public Shared Sub Start(Of TService As IUdpSession) (
service As TService,
iPHost As IPHost
)[<ExtensionAttribute>]
[<AsyncToSyncWarningAttribute>]
static member Start :
service : 'TService *
iPHost : IPHost -> unit when 'TService : IUdpSession[缺少 "M:TouchSocket.Sockets.ServiceExtension.Start``1(``0,TouchSocket.Sockets.IPHost)" 的 <param name="service"/> 文档]
[缺少 "M:TouchSocket.Sockets.ServiceExtension.Start``1(``0,TouchSocket.Sockets.IPHost)" 的 <param name="iPHost"/> 文档]
[缺少 "M:TouchSocket.Sockets.ServiceExtension.Start``1(``0,TouchSocket.Sockets.IPHost)" 的 <typeparam name="TService"/> 文档]
| Exception | 可能启动时遇到的异常 |