UvAsyncHandle Class¶
- Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking- Assemblies
- Microsoft.AspNetCore.Server.Kestrel
Inheritance Hierarchy¶
System.ObjectSystem.Runtime.ConstrainedExecution.CriticalFinalizerObjectSystem.Runtime.InteropServices.SafeHandleMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvMemoryMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvHandleMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvAsyncHandle
Syntax¶
public class UvAsyncHandle : UvHandle, IDisposable
-
class
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvAsyncHandle
Constructors¶
-
UvAsyncHandle(Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure.IKestrelTrace)¶ public UvAsyncHandle(IKestrelTrace logger)
-
Methods¶
-
Init(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvLoopHandle, System.Action, System.Action<System.Action<System.IntPtr>, System.IntPtr>)¶ public void Init(UvLoopHandle loop, Action callback, Action<Action<IntPtr>, IntPtr> queueCloseHandle)
-
ReleaseHandle()¶ Return type: System.Boolean protected override bool ReleaseHandle()
-
Send()¶ public void Send()
-