如果修改invokeResult的InvokeStatus,或Result。则会影响Rpc最终结果
Task<InvokeResult> ExecutedAsync(
ICallContext callContext,
Object[] parameters,
InvokeResult invokeResult,
Exception exception
)
Function ExecutedAsync (
callContext As ICallContext,
parameters As Object(),
invokeResult As InvokeResult,
exception As Exception
) As Task(Of InvokeResult)
abstract ExecutedAsync :
callContext : ICallContext *
parameters : Object[] *
invokeResult : InvokeResult *
exception : Exception -> Task<InvokeResult>