Click or drag to resize

IAsyncMethodInterceptorInterceptAsync Method

Version 87.1.132

[Missing <summary> documentation for "M:CefSharp.ModelBinding.IAsyncMethodInterceptor.InterceptAsync(System.Func{System.Object[],System.Object},System.Object[],System.String)"]

Namespace:  CefSharp.ModelBinding
Assembly:  CefSharp (in CefSharp.dll) Version: 87.1.132.0 (87.1.132.0)
Syntax
Task<Object> InterceptAsync(
	Func<Object[], Object> method,
	Object[] parameters,
	string methodName
)

Parameters

method
Type: SystemFuncObject, Object

[Missing <param name="method"/> documentation for "M:CefSharp.ModelBinding.IAsyncMethodInterceptor.InterceptAsync(System.Func{System.Object[],System.Object},System.Object[],System.String)"]

parameters
Type: SystemObject

[Missing <param name="parameters"/> documentation for "M:CefSharp.ModelBinding.IAsyncMethodInterceptor.InterceptAsync(System.Func{System.Object[],System.Object},System.Object[],System.String)"]

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:CefSharp.ModelBinding.IAsyncMethodInterceptor.InterceptAsync(System.Func{System.Object[],System.Object},System.Object[],System.String)"]

Return Value

Type: TaskObject

[Missing <returns> documentation for "M:CefSharp.ModelBinding.IAsyncMethodInterceptor.InterceptAsync(System.Func{System.Object[],System.Object},System.Object[],System.String)"]

See Also