AggregatableServices.Unadvise Method |
Removes the Aggregatable advise from an object.
Namespace: PostSharp.Patterns.Model
Assembly: PostSharp.Patterns.Aggregation (in PostSharp.Patterns.Aggregation.dll) Version: 2023.0.3.0 (2023.0.3.0)
C#
public static bool Unadvise( Object obj )
Parameters
- obj
- Type: System.Object
An AdvisableCollection<T> or AdvisableDictionary<TKey, TValue>,
Return Value
Type: Booleantrue if the impl was removed from obj, false if obj did not have the Aggregatable impl.