Amazon.ECS.AmazonECSClient.EndRunTask C# (CSharp) Method

EndRunTask() public method

Finishes the asynchronous execution of the RunTask operation.
public EndRunTask ( IAsyncResult asyncResult ) : RunTaskResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginRunTask.
return Amazon.ECS.Model.RunTaskResponse
        public  RunTaskResponse EndRunTask(IAsyncResult asyncResult)
        {
            return EndInvoke<RunTaskResponse>(asyncResult);
        }
AmazonECSClient