Class BaseLoopGroupFactory
The BaseLoopGroupFactory class keeps references of event loop groups that are created and holds them from disposing
Inheritance
System.Object
BaseLoopGroupFactory
Implements
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Catalyst.Core.Lib.IO.EventLoop
Assembly: Catalyst.Core.Lib.dll
Syntax
public class BaseLoopGroupFactory : IDisposable
Constructors
| Improve this Doc View SourceBaseLoopGroupFactory()
Initializes a new instance of the BaseLoopGroupFactory class.
Declaration
public BaseLoopGroupFactory()
Methods
| Improve this Doc View SourceDispose()
Declaration
public void Dispose()
Dispose(Boolean)
Declaration
protected virtual void Dispose(bool disposing)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | disposing |
GetOrCreateSocketIoEventLoopGroup()
Declaration
public IEventLoopGroup GetOrCreateSocketIoEventLoopGroup()
Returns
Type | Description |
---|---|
IEventLoopGroup |
Implements
System.IDisposable
See Also
System.IDisposable