UvShutdownReq Class¶
Summary description for UvShutdownRequest
- 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.UvRequestMicrosoft.AspNetCore.Server.Kestrel.Internal.Networking.UvShutdownReq
Syntax¶
public class UvShutdownReq : UvRequest, IDisposable
-
class
Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvShutdownReq
Constructors¶
-
UvShutdownReq(Microsoft.AspNetCore.Server.Kestrel.Internal.Infrastructure.IKestrelTrace)¶ public UvShutdownReq(IKestrelTrace logger)
-
Methods¶
-
Init(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvLoopHandle)¶ public void Init(UvLoopHandle loop)
-
Shutdown(Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvStreamHandle, System.Action<Microsoft.AspNetCore.Server.Kestrel.Internal.Networking.UvShutdownReq, System.Int32, System.Object>, System.Object)¶ public void Shutdown(UvStreamHandle handle, Action<UvShutdownReq, int, object> callback, object state)
-