Interface IAsyncHandlerMethodReturnValueHandler
Async return value handler
Inherited Members
Namespace: Steeltoe.Messaging.Handler.Invocation
Assembly: Steeltoe.Messaging.Abstractions.dll
Syntax
public interface IAsyncHandlerMethodReturnValueHandler : IHandlerMethodReturnValueHandler
Methods
| Edit this page View SourceIsAsyncReturnValue(Object, ParameterInfo)
Check if async return value
Declaration
bool IsAsyncReturnValue(object returnValue, ParameterInfo parameterInfo)
Parameters
Type | Name | Description |
---|---|---|
System.Object | returnValue | the value |
ParameterInfo | parameterInfo | the return type info |
Returns
Type | Description |
---|---|
System.Boolean | true if the return type represents a async value |