CommsThreadPool EndShutdown Method NetworkComms.Net Help
Prevent any additional threads from starting and return once all existing workers have completed.

Namespace: NetworkCommsDotNet.Tools
Assembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public void EndShutdown(
	int threadShutdownTimeoutMS = 1000
)

Parameters

threadShutdownTimeoutMS (Optional)
Type: OnlineSystem Int32

[Missing <param name="threadShutdownTimeoutMS"/> documentation for "M:NetworkCommsDotNet.Tools.CommsThreadPool.EndShutdown(System.Int32)"]

See Also