LoggingContext.SetWaitDependency Method |
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.
Namespace: PostSharp.Patterns.Diagnostics.Contexts
Assembly: PostSharp.Patterns.Diagnostics (in PostSharp.Patterns.Diagnostics.dll) Version: 6.8.6.0 (6.8.6.0)

C#
public virtual void SetWaitDependency( Object waited )
Parameters
- waited
- Type: System.Object
The "thing" being waited for (for instance a Task or a TaskInfo).
