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.26106.1555
Syntax
public static ThreadMethod ChooseBest(
	IList<ThreadMethod> methods
)

Parameters

methods  IListThreadMethod
All available methods.

Return Value

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