Table of Contents

Class ThreadSwitcherToNewTask

Namespace
Lykke.Common
Assembly
Lykke.Common.dll
public class ThreadSwitcherToNewTask : IThreadSwitcher
Inheritance
ThreadSwitcherToNewTask
Implements
Inherited Members
Extension Methods

Constructors

ThreadSwitcherToNewTask(ILog)

[Obsolete]
public ThreadSwitcherToNewTask(ILog log)

Parameters

log ILog

ThreadSwitcherToNewTask(ILogFactory)

public ThreadSwitcherToNewTask(ILogFactory logFactory)

Parameters

logFactory ILogFactory

Methods

SwitchThread(Func<Task>)

public void SwitchThread(Func<Task> otherThread)

Parameters

otherThread Func<Task>