Interface IMessageProcessorOutputWithResult<TResult>
public interface IMessageProcessorOutputWithResult<out TResult> : IMessageProcessorOutput where TResult : class
Type Parameters
TResult
- Inherited Members
Properties
Result
TResult Result { get; }
Property Value
- TResult