GetNextHandlerDelegate Delegate

This delegate type is passed to each handler's Invoke method. Call the delegate to get the next delegate to call to continue the chain.

Namespace:  Microsoft.Practices.Unity.InterceptionExtension
Assembly:  Microsoft.Practices.Unity.Interception (in Microsoft.Practices.Unity.Interception.dll)

Syntax

'Declaration
Public Delegate Function GetNextHandlerDelegate As InvokeHandlerDelegate
public delegate InvokeHandlerDelegate GetNextHandlerDelegate()
public delegate InvokeHandlerDelegate^ GetNextHandlerDelegate()
JScript does not support delegates.

Return Value

Next delegate in the handler chain to call.

See Also

Microsoft.Practices.Unity.InterceptionExtension Namespace