Proceed()
Invokes the logic that has been overwritten. For instance, in an OverrideMethodAspect, calling Proceed() invokes the method being overridden. Note that the way how the logic is invoked (as a method call or inlining) is considered an implementation detail.
Declaration
public static dynamic? Proceed()
Returns
Type | Description |
---|---|
dynamic |