Class ThreadedSocketService
- Namespace
- Gio
- Assembly
- Gio-2.0.dll
public class ThreadedSocketService : SocketService, IDisposable, GTypeProvider, InstanceFactory
- Inheritance
-
ThreadedSocketService
- Implements
- Inherited Members
Constructors
ThreadedSocketService(params ConstructArgument[])
public ThreadedSocketService(params ConstructArgument[] constructArguments)
Parameters
constructArguments
ConstructArgument[]
ThreadedSocketService(ThreadedSocketServiceHandle)
public ThreadedSocketService(ThreadedSocketServiceHandle handle)
Parameters
handle
ThreadedSocketServiceHandle
Fields
MaxThreadsPropertyDefinition
public static readonly Property<int, ThreadedSocketService> MaxThreadsPropertyDefinition
Field Value
RunSignal
Signal Descriptor for OnRun.
public static readonly ReturningSignal<ThreadedSocketService, ThreadedSocketService.RunSignalArgs, bool> RunSignal
Field Value
Properties
MaxThreads
public int MaxThreads { get; }
Property Value
Methods
GetGType()
public static Type GetGType()
Returns
New(int)
[Version("2.22")]
public static ThreadedSocketService New(int maxThreads)
Parameters
maxThreads
int
Returns
Events
OnRun
public event ReturningSignalHandler<ThreadedSocketService, ThreadedSocketService.RunSignalArgs, bool> OnRun