Class CreateInterceptorDelegate

Factory responsible for create interceptors.

Inheritance
System.Object
CreateInterceptorDelegate
Namespace: Solti.Utils.DI.Interfaces
Assembly: Solti.Utils.DI.Interfaces.dll
Syntax
public sealed class CreateInterceptorDelegate : MulticastDelegate

Constructors

CreateInterceptorDelegate(Object, IntPtr)

Declaration
public CreateInterceptorDelegate(object object, IntPtr method)
Parameters
Type Name Description
System.Object object
System.IntPtr method

Methods

BeginInvoke(IInjector, AsyncCallback, Object)

Declaration
public virtual IAsyncResult BeginInvoke(IInjector scope, AsyncCallback callback, object object)
Parameters
Type Name Description
IInjector scope
System.AsyncCallback callback
System.Object object
Returns
Type Description
System.IAsyncResult

EndInvoke(IAsyncResult)

Declaration
public virtual IInterfaceInterceptor EndInvoke(IAsyncResult result)
Parameters
Type Name Description
System.IAsyncResult result
Returns
Type Description
IInterfaceInterceptor

Invoke(IInjector)

Declaration
public virtual IInterfaceInterceptor Invoke(IInjector scope)
Parameters
Type Name Description
IInjector scope
Returns
Type Description
IInterfaceInterceptor
In This Article
Back to top Generated by DocFX