SetWaitDependency(object)
Sets the wait dependency for the current context, i.e. sets a representation of what the current context is waiting for. This operation is available only in custom contexts.
Declaration
public virtual void SetWaitDependency(object waited)
Parameters
Type | Name | Description |
---|---|---|
object | waited | The "thing" being waited for (for instance a Task or a TaskInfo). |