UvAsyncHandle Class

Namespace
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking
Assemblies
  • Microsoft.AspNetCore.Server.Kestrel

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()