ReturnValue
Gets the return value of the delegate.
Declaration
public object ReturnValue { get; set; }
Property Value
Type | Description |
---|---|
object |
Remarks
This property is meaningful only during a delegate invocation (not during an addition or removal).
This property is typically set by the ProceedInvokeHandler() method. It is also legal for an implementation of OnInvokeHandler(EventInterceptionArgs) to change the value of this property.