SyncCustomActivityLoggingContext.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.5.19.0 (6.5.19.0)
C#
public override void SetWaitDependency( Object waited )
Parameters
- waited
- Type: System.Object
The "thing" being waited for (for instance a Task or a TaskInfo).