 | ThreadMethodChooseBest Method |
Chooses best threading method available. Returns null when no method is available.
Namespace: Limilabs.Client.IMAPAssembly: Mail (in Mail.dll) Version: 3.0.26106.1555
Syntaxpublic 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 IListThreadMethod
- All available methods.
Return Value
ThreadMethodBest threading method or null when no method is available.
See Also