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

EndUpdateService() public method

Finishes the asynchronous execution of the UpdateService operation.
public EndUpdateService ( IAsyncResult asyncResult ) : UpdateServiceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginUpdateService.
return Amazon.ECS.Model.UpdateServiceResponse
        public  UpdateServiceResponse EndUpdateService(IAsyncResult asyncResult)
        {
            return EndInvoke<UpdateServiceResponse>(asyncResult);
        }
AmazonECSClient