| Spring.NET 1.3.0 RC1 for .NET 2.0 API Reference |
|
AopContext.PushProxy Method
Sets the current proxy by pushing it to the proxy stack.
[Visual Basic]
Public Shared Sub PushProxy( _
ByVal
proxy As
Object _
)
Parameters
-
proxy
- The proxy to put on top of the proxy stack.
Remarks
This method is for internal use only, and should never be called by client code.
See Also
AopContext Class | Spring.Aop.Framework Namespace