IInvocationProceed Method |
Proceed with the call that was intercepted.
Namespace: X3Platform.DynamicProxyAssembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
SyntaxObject Proceed(
params Object[] args
)
Object^ Proceed(
... array<Object^>^ args
)
Parameters
- args
- Type: SystemObject
The arguments that will be passed onto the method.
Return Value
Type:
ObjectThe argument returned from the method.
See Also