ReadOnlyThreadAwareAttribute.Advise Method |
Injects the advice into the child object.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Threading (in PostSharp.Patterns.Threading.dll) Version: 6.4.11.0 (6.4.11.0)
C#
protected override bool Advise( Object obj )
Parameters
- obj
- Type: System.Object
Return Value
Type: Booleantrue if the children of obj have to be advised as well, false otherwise.