Amazon.StepFunctions.AmazonStepFunctionsClient.EndSendTaskFailure C# (CSharp) Метод

EndSendTaskFailure() публичный Метод

Finishes the asynchronous execution of the SendTaskFailure operation.
public EndSendTaskFailure ( IAsyncResult asyncResult ) : SendTaskFailureResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginSendTaskFailure.
Результат SendTaskFailureResponse
        public  SendTaskFailureResponse EndSendTaskFailure(IAsyncResult asyncResult)
        {
            return EndInvoke<SendTaskFailureResponse>(asyncResult);
        }