| 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
)
Public Shared Function ChooseBest (
methods As IList(Of ThreadMethod)
) As ThreadMethod
public:
static ThreadMethod^ ChooseBest(
IList<ThreadMethod^>^ methods
)
static member ChooseBest :
methods : IList<ThreadMethod> -> ThreadMethod
Parameters
- methods
- Type: System.Collections.GenericIListThreadMethod
All available methods.
Return Value
Type:
ThreadMethodBest threading method or null when no method is available.
See Also