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

EndDeleteService() public method

Finishes the asynchronous execution of the DeleteService operation.
public EndDeleteService ( IAsyncResult asyncResult ) : DeleteServiceResponse
asyncResult IAsyncResult The IAsyncResult returned by the call to BeginDeleteService.
return Amazon.ECS.Model.DeleteServiceResponse
        public  DeleteServiceResponse EndDeleteService(IAsyncResult asyncResult)
        {
            return EndInvoke<DeleteServiceResponse>(asyncResult);
        }
AmazonECSClient