IThreadAware.OnParentControllerChanged Method |
Notifies the object that the effective controller of it's parent has changed.
Namespace: PostSharp.Patterns.Threading
Assembly: PostSharp.Patterns.Common (in PostSharp.Patterns.Common.dll) Version: 6.5.16.0 (6.5.16.0)
C#
void OnParentControllerChanged( IConcurrencyController parentController )
Parameters
- parentController
- Type: PostSharp.Patterns.Threading.IConcurrencyController
The new parent controller or null.