Click or drag to resize

ThreadMethodChooseBest Method

Chooses best threading method available. Returns null when no method is available.

Namespace:  Limilabs.Client.IMAP
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public static ThreadMethod ChooseBest(
	IList<ThreadMethod> methods
)

Parameters

methods
Type: System.Collections.GenericIListThreadMethod
All available methods.

Return Value

Type: ThreadMethod
Best threading method or null when no method is available.
See Also