ThreadAwareAttribute.IsEligibleChild Method |
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 6.5.16.0 (6.5.16.0)
protected override sealed bool IsEligibleChild( Object child, ChildInfo childInfo )
Parameters
- child
- Type: System.Object
- childInfo
- Type: PostSharp.Patterns.Model.ChildInfo
Return Value
Type: Booleantrue if child is eligible to be a child without injecting any advice, otherwise false. When this method returns false, the aspect will the invoke the Advise(Object) method.